mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-19 17:38:43 +02:00
Updated Nginx and PHP versions on CentOS based images
This commit is contained in:
parent
f765836619
commit
32aa272a22
@ -48,7 +48,7 @@ RUN set -eux && \
|
||||
supervisor" && \
|
||||
dnf -y install epel-release && \
|
||||
dnf -y module enable mysql && \
|
||||
dnf -y module enable php:7.4 nginx:1.18 && \
|
||||
dnf -y module enable php:8.0 nginx:1.20 && \
|
||||
dnf -y install \
|
||||
--disablerepo "*" \
|
||||
--enablerepo "${REPOLIST}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user