Skip to content

Commit

Permalink
Fix Postgis Docker build (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaa32 committed Feb 16, 2024
1 parent d575c93 commit 65431db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/postgis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ RUN set -eux ;\
cd /opt/ ;\
git clone --quiet --depth 1 -b $PGSQL_GZIP_TAG $PGSQL_GZIP_REPO ;\
cd pgsql-gzip ;\
ln -s /usr/bin/clang-13 /usr/bin/clang-11 ;\
ln -s /usr/lib/llvm-13 /usr/lib/llvm-11 ;\
make ;\
make install ;\
rm -rf /opt/pgsql-gzip ;\
Expand Down

0 comments on commit 65431db

Please sign in to comment.