Skip to content

Commit

Permalink
removed libpq-dev from apt-get installations since it is already incl…
Browse files Browse the repository at this point in the history
…uded in Python images
  • Loading branch information
Alec Peters committed Apr 26, 2018
1 parent 7799157 commit b4dc84c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion DOCKERFILE.api.development
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN apt-get update \
binutils \
gdal-bin \
libproj-dev \
libpq-dev \
postgresql-client-9.6 \
&& apt-get clean

Expand Down
1 change: 0 additions & 1 deletion DOCKERFILE.api.production
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN apt-get update \
binutils \
gdal-bin \
libproj-dev \
libpq-dev \
postgresql-client-9.6 \
&& apt-get clean

Expand Down

0 comments on commit b4dc84c

Please sign in to comment.