diff --git a/Dockerfile b/Dockerfile index 6d07bfd..b9b7684 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ RUN \ php7-ctype \ php7-curl \ php7-dom \ + php7-exif \ php7-gd \ php7-iconv \ php7-mcrypt \ @@ -48,6 +49,7 @@ RUN \ php7-sockets \ php7-tokenizer \ php7-xml \ + php7-xmlreader \ php7-zip # add local files diff --git a/README.md b/README.md index 3b25809..8639b9e 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Add your web files to /config/www for hosting. ## Versions ++ **31.10.17:** Add php7 exif and xmlreader modules + **30.09.17:** Copy additional root files into image + **24.09.17:** Add memcached service + **31.08.17:** Add php7-phar