Skip to content

Commit

Permalink
Added PostgreSQL Client
Browse files Browse the repository at this point in the history
  • Loading branch information
dancallan committed Feb 5, 2021
1 parent 9da3a4d commit b03871d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ RUN apk add --update --no-cache \
php7-pdo_dblib php7-curl php7-ctype php7-pcntl php7-posix php7-phar php7-opcache php7-mbstring php7-zlib \
php7-fileinfo php7-tokenizer php7-sockets php7-phar php7-intl php7-pear php7-ldap php7-phpdbg php7-fpm php7 \
#
# Add Postgresql Client
&& apk add --update --no-cache postgresql-client \
#
# Add media handling tools
&& apk add --update --no-cache exiftool mediainfo \
#
Expand Down

0 comments on commit b03871d

Please sign in to comment.