Revert to PHP 7.4 due to incompatibilities with dependencies
This commit is contained in:
parent
667c98ea3c
commit
de01e459f1
1 changed files with 3 additions and 3 deletions
|
@ -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 <glenux@glenux.net>
|
||||
|
||||
|
||||
|
@ -48,5 +48,5 @@ RUN sed \
|
|||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
CMD composer update && composer install && apache2-foreground
|
||||
CMD composer install && apache2-foreground
|
||||
|
||||
|
|
Loading…
Reference in a new issue