lithium-postgres-pipeline-monothread.dockerfile 255 B

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