diff --git a/Dockerfile b/Dockerfile index 7220655..64f3ad3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 6ee0598..46e3617 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 224356d..45c8497 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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 \ diff --git a/README.md b/README.md index 29f7f95..bfce170 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **03.06.20:** - Add php7-bcmath and php7-fileinfo * **31.05.20:** - Add aliases for occ and updater.phar * **31.03.20:** - Allow crontab to be user customized, fix logrotate. * **17.01.20:** - 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). diff --git a/package_versions.txt b/package_versions.txt index 977d0c0..9107df0 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -123,6 +123,7 @@ pango-1.44.7-r0 pcre-8.43-r0 pcre2-10.34-r1 php7-7.3.18-r0 +php7-bcmath-7.3.18-r0 php7-bz2-7.3.18-r0 php7-common-7.3.18-r0 php7-ctype-7.3.18-r0 diff --git a/readme-vars.yml b/readme-vars.yml index 167135c..6449e26 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -70,7 +70,8 @@ app_setup_block: | # changelog changelogs: - - { date: "01.06.20:", desc: "Rebasing to alpine 3.12." } + - { date: "03.06.20:", desc: "Rebasing to alpine 3.12" } + - { 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)." }