aboutsummaryrefslogtreecommitdiff
path: root/Docker/Dockerfile-Oldest
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-01-04 22:33:31 +0100
committerGravatar GitHub <noreply@github.com> 2022-01-04 22:33:31 +0100
commita6ea90e58b807d18fff601135e3e697b38895ca1 (patch)
tree96a0124c77be2ac15b45b9203636519b378110bf /Docker/Dockerfile-Oldest
parent1335a0e3cf11a0d4248e9eaaf748b89e6df741ef (diff)
Docker :newest Alpine PHP 8.1 (#4121)
* Docker :newest Alpine PHP 8.1 Update our `:newest` development image to use PHP 8.1 in alpine:edge * Increase memory for tests
Diffstat (limited to 'Docker/Dockerfile-Oldest')
-rw-r--r--Docker/Dockerfile-Oldest1
1 files changed, 1 insertions, 0 deletions
diff --git a/Docker/Dockerfile-Oldest b/Docker/Dockerfile-Oldest
index 51649869b..7dd6c2176 100644
--- a/Docker/Dockerfile-Oldest
+++ b/Docker/Dockerfile-Oldest
@@ -39,6 +39,7 @@ RUN rm -f /etc/apache2/conf.d/languages.conf /etc/apache2/conf.d/info.conf \
sed -r -i "/^\s*(CustomLog|ErrorLog|Listen) /s/^/#/" \
/etc/apache2/httpd.conf && \
if [ ! -f /usr/bin/php ]; then ln -s /usr/bin/php7 /usr/bin/php; else true; fi && \
+ echo 'memory_limit = 256M' > /etc/php7/conf.d/10_memory.ini && \
# Disable built-in updates when using Docker, as the full image is supposed to be updated instead.
sed -r -i "\\#disable_update#s#^.*#\t'disable_update' => true,#" ./config.default.php && \
touch /var/www/FreshRSS/Docker/env.txt && \