Skip to content

Commit

Permalink
#8 Added the postgresql-client package
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Jul 19, 2020
1 parent 913d0e4 commit ed37266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions environments/postgresql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN set -ex\
postgresql-dev \
&& apk add --update \
libpq \
postgresql-client \
&& docker-php-ext-configure pdo_pgsql \
&& docker-php-ext-install pdo_pgsql \
&& apk del .build-deps \
Expand Down

0 comments on commit ed37266

Please sign in to comment.