From de01e459f1c1340cd5df92ef56035f48b0305a99 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 13 Apr 2022 15:23:29 +0200 Subject: [PATCH] Revert to PHP 7.4 due to incompatibilities with dependencies --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bc9a80b..3fc9900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM php:8.0-apache-buster -# FROM php:7.4-apache-buster +# FROM php:8.0-apache-buster +FROM php:7.4-apache-buster MAINTAINER Glenn ROLLAND @@ -48,5 +48,5 @@ RUN sed \ WORKDIR /var/www/html -CMD composer update && composer install && apache2-foreground +CMD composer install && apache2-foreground