Add php7-bcmath & php7-fileinfo

Required for NC19
This commit is contained in:
chbmb
2020-06-03 13:55:04 +01:00
parent 54cc5c1bc3
commit 3bc14e5333
4 changed files with 7 additions and 0 deletions
+2
View File
@@ -30,11 +30,13 @@ RUN \
imagemagick \
libxml2 \
php7-apcu \
php7-bcmath \
php7-bz2 \
php7-ctype \
php7-curl \
php7-dom \
php7-exif \
php7-fileinfo \
php7-ftp \
php7-gd \
php7-gmp \
+2
View File
@@ -30,11 +30,13 @@ RUN \
imagemagick \
libxml2 \
php7-apcu \
php7-bcmath \
php7-bz2 \
php7-ctype \
php7-curl \
php7-dom \
php7-exif \
php7-fileinfo \
php7-ftp \
php7-gd \
php7-gmp \
+2
View File
@@ -30,11 +30,13 @@ RUN \
imagemagick \
libxml2 \
php7-apcu \
php7-bcmath \
php7-bz2 \
php7-ctype \
php7-curl \
php7-dom \
php7-exif \
php7-fileinfo \
php7-ftp \
php7-gd \
php7-gmp \
+1
View File
@@ -70,6 +70,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "03.06.20:", desc: "Add php7-bcmath and php7-fileinfo" }
- { date: "31.05.20:", desc: "Add aliases for occ and updater.phar" }
- { date: "31.03.20:", desc: "Allow crontab to be user customized, fix logrotate." }
- { date: "17.01.20:", desc: "Updated php.ini defaults and site config, including an optional HSTS directive (existing users should delete `/config/nginx/site-confs/default` and restart the container)." }