Skip to content

Commit

Permalink
Merge pull request #41 from Arrow-air/am-smith/add-sfcgal-to-postgis
Browse files Browse the repository at this point in the history
feat: add sfcgal for postgis volumes
  • Loading branch information
owlot authored Jan 25, 2024
2 parents 136ef6f + 3fbca06 commit d99a304
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cspell.project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ rabbitmq
postgis
pgrouting
xvzf

sfcgal
2 changes: 1 addition & 1 deletion docker/arrow-gis/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=v1.0.1
VERSION=v1.0.2
3 changes: 2 additions & 1 deletion docker/arrow-gis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ RUN apk add --no-cache \
postgresql-dev \
perl \
openssl \
openssl-dev
openssl-dev \
sfcgal-dev

RUN wget -O pgrouting.tar.gz https://github.com/pgRouting/pgrouting/archive/v3.1.4.tar.gz
RUN tar -xvzf pgrouting.tar.gz
Expand Down

0 comments on commit d99a304

Please sign in to comment.