aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 9d49790..335f7d8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,9 @@ RUN apk update && apk add \
php7-apache2 \
php7-cgi \
php7-curl \
+ php7-iconv \
php7-imap \
+ php7-pdo_pgsql \
php7-pgsql \
php7-xml \
xz && \