From bf639f9b984185e1fb8157a24cc11e2f49b827c7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 16 Jan 2021 19:39:15 +0100 Subject: Docker: Alpine 3.13 with PHP 8 (#3375) * Docker: Alppine 3.13 with PHP 8 PHP 8.0.1, Apache 2.4.46 Bug https://bugs.php.net/bug.php?id=78681 fixed in Alpine, so workaround removed from our Dockefile(s) Supports MySQL 8+ #fix https://github.com/FreshRSS/FreshRSS/issues/3191 * Changelog * Update CHANGELOG.md Co-authored-by: Frans de Jonge Co-authored-by: Frans de Jonge --- Docker/Dockerfile-Newest | 3 --- 1 file changed, 3 deletions(-) (limited to 'Docker/Dockerfile-Newest') diff --git a/Docker/Dockerfile-Newest b/Docker/Dockerfile-Newest index 26e8e9c5e..55fa0db78 100644 --- a/Docker/Dockerfile-Newest +++ b/Docker/Dockerfile-Newest @@ -38,9 +38,6 @@ RUN rm -f /etc/apache2/conf.d/languages.conf /etc/apache2/conf.d/info.conf \ /etc/apache2/httpd.conf && \ sed -r -i "/^\s*(CustomLog|ErrorLog|Listen) /s/^/#/" \ /etc/apache2/httpd.conf && \ - # https://bugs.php.net/bug.php?id=78681 \ - sed -r -i "s/php8_module/php_module/" \ - /etc/apache2/conf.d/php8-module.conf && \ if [ ! -f /usr/bin/php ]; then ln -s /usr/bin/php8 /usr/bin/php; else true; fi && \ touch /var/www/FreshRSS/Docker/env.txt && \ echo "27,57 * * * * . /var/www/FreshRSS/Docker/env.txt; \ -- cgit v1.2.3