lithium-postgres-batch.dockerfile 274 B

123456789101112
  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-batch.sh TFB_PGSQL 0