From f825ded86afc120bf643ce60cbd300c5ec308e72 Mon Sep 17 00:00:00 2001 From: aptalca Date: Tue, 31 Oct 2017 18:04:36 -0400 Subject: [PATCH] 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