Add php7 xmlreader and exif modules

This commit is contained in:
aptalca 2017-10-31 18:04:36 -04:00 committed by GitHub
parent 9dc32f9153
commit f825ded86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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