From 53231c8c034ec913548089355707824d5f26070e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 7 Jan 2023 11:36:09 +0100 Subject: [PATCH] Update Dockerfile --- spotweb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index 3770c9bc7..57beecfb1 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -78,7 +78,7 @@ RUN apk -U update && \ && git clone --depth=1 https://github.com/spotweb/spotweb.git /app \ # spotweb needs a timezone set in the php.ini # TODO: Can we dynamically set the correct timezone here ? - && sed -i "s/;date.timezone =/date.timezone = \"Europe\/Amsterdam\"/g" /etc/php8/php.ini \ + && sed -i "s/;date.timezone =/date.timezone = \"Europe\/Amsterdam\"/g" /etc/php*/php.ini \ && mkdir /app/cache \ && mkdir /var/tmp/nginx