Skip to content

Commit

Permalink
Updated dockerfiles for python related scripts to include postgis cli (
Browse files Browse the repository at this point in the history
  • Loading branch information
zachsa committed Jul 6, 2022
1 parent 393c8d9 commit c1b0cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docker/geopython/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM osgeo/gdal:ubuntu-full-3.4.3
FROM osgeo/gdal:ubuntu-full-3.5.0

# Disable apt prompts for the duration of the build only
ARG DEBIAN_FRONTEND=noninteractive
Expand All @@ -24,7 +24,8 @@ RUN apt-get update \
libgeos-c1v5 \
libgeos-dev \
libgeos-doc \
python3-pip
python3-pip \
postgis

# TODO
#
Expand Down
3 changes: 0 additions & 3 deletions models/algoa-bay-forecast/toolkit.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,5 @@ RUN pipenv sync
# Set the base working directory for all scripts
WORKDIR /home/somisana

# For testing
RUN echo $PATH

ENTRYPOINT [ "bin/exe" ]
CMD [ "$@" ]

0 comments on commit c1b0cc8

Please sign in to comment.