Skip to content

Commit

Permalink
Run PostgreSQL server directly from docker containers (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillthrower authored Dec 8, 2023
1 parent 0709f4e commit 840db3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN set -x && apt-get update -qq \
libssl-dev \
llvm-11 clang-11 llvm-11-dev libclang-11-dev \
thrift-compiler libthrift-dev \
postgresql-server-dev-14 && \
postgresql-server-dev-14 \
postgresql-14 && \
ln -s /usr/bin/gcc-11 /usr/bin/gcc && \
ln -s /usr/bin/g++-11 /usr/bin/g++

Expand Down

0 comments on commit 840db3c

Please sign in to comment.