diff options
author | Dennis Eriksen <dennis@terje.dnns.no> | 2019-02-09 14:48:22 +0100 |
---|---|---|
committer | Dennis Eriksen <dennis@terje.dnns.no> | 2019-02-09 14:48:22 +0100 |
commit | 010e82fe94a2d2b41f518a4ac3325ffa0dc2e5b5 (patch) | |
tree | aeb6d14bc238d172e98a6be19a9b6528e4c35042 /Dockerfile | |
parent | Initial commit (diff) | |
download | davical-docker-010e82fe94a2d2b41f518a4ac3325ffa0dc2e5b5.tar.gz |
finishing work. davical now works with my setup
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 && \ |