lithium-postgres-pipeline-monothread.dockerfile 345 B

12345678910111213141516
  1. FROM buildpack-deps:focal
  2. RUN apt-get update -yqq
  3. RUN apt-get install -yqq clang libboost-context-dev libboost-dev wget
  4. RUN apt-get install -yqq bison flex
  5. COPY ./ ./
  6. RUN ./compile_libpq.sh batchmode
  7. ENV LD_LIBRARY_PATH=/usr/lib
  8. CMD ./compile_clang-pipeline.sh TFB_PGSQL 1
  9. #ENV LD_LIBRARY_PATH=/usr/lib
  10. #CMD /lithium_tbf tfb-database 8080