Skip to content

Commit

Permalink
Merge pull request #6 from goat-community/master
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
EPajares authored Dec 13, 2020
2 parents 45e281a + b5ac816 commit 67407a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ COPY --from=pgroutingBuilder /usr/lib/postgresql/${PG_MAJOR}/lib/libpgrouting-${
COPY --from=pgroutingBuilder /usr/share/postgresql/${PG_MAJOR}/extension\
/usr/share/postgresql/${PG_MAJOR}/extension

#Install arraymath-extension
RUN cd /tmp/ && wget https://github.com/pramsey/pgsql-arraymath/archive/master.zip && cd pgsql-arraymath && make && make install

#Install floatvec extension
RUN cd /tmp/ && wget https://github.com/pjungwir/floatvec/archive/master.zip && cd floatvec && make && make install

# Run any additional tasks here that are too tedious to put in
# this dockerfile directly.
Expand Down

0 comments on commit 67407a4

Please sign in to comment.