From b03871de7ee4dac565e8da2336384b942bc0d282 Mon Sep 17 00:00:00 2001 From: Dan Callan Date: Fri, 5 Feb 2021 13:23:46 +1000 Subject: [PATCH] Added PostgreSQL Client --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index d7f8c6b..9914414 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ #