aboutsummaryrefslogtreecommitdiff
path: root/Docker/Dockerfile-Newest
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-01-16 19:39:15 +0100
committerGravatar GitHub <noreply@github.com> 2021-01-16 19:39:15 +0100
commitbf639f9b984185e1fb8157a24cc11e2f49b827c7 (patch)
tree78b0cc8612123623dcf14e90ba072e7677dc1372 /Docker/Dockerfile-Newest
parentc5da4e56a690d9e9caf8ca4bad4349684b4d39c5 (diff)
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 <fransdejonge@gmail.com> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'Docker/Dockerfile-Newest')
-rw-r--r--Docker/Dockerfile-Newest3
1 files changed, 0 insertions, 3 deletions
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; \