Merge pull request #18 from linuxserver/exif

Add php7 xmlreader and exif modules
This commit is contained in:
sparklyballs 2017-11-02 08:48:47 +00:00 committed by GitHub
commit 7838d4bac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

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

View File

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