From f825ded86afc120bf643ce60cbd300c5ec308e72 Mon Sep 17 00:00:00 2001 From: aptalca Date: Tue, 31 Oct 2017 18:04:36 -0400 Subject: [PATCH 1/2] Add php7 xmlreader and exif modules --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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 From 89036b79f23c84c57f0140fee45e83d5f15d6099 Mon Sep 17 00:00:00 2001 From: aptalca Date: Tue, 31 Oct 2017 18:04:53 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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