aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorDennis Eriksen <dennis@terje.dnns.no>2019-02-09 14:48:22 +0100
committerDennis Eriksen <dennis@terje.dnns.no>2019-02-09 14:48:22 +0100
commit010e82fe94a2d2b41f518a4ac3325ffa0dc2e5b5 (patch)
treeaeb6d14bc238d172e98a6be19a9b6528e4c35042 /Dockerfile
parentInitial commit (diff)
downloaddavical-docker-010e82fe94a2d2b41f518a4ac3325ffa0dc2e5b5.tar.gz
finishing work. davical now works with my setup
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 && \