mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Updated Alpine to 3.19, PHP to 8.3 on Alpine and to 8.2 ol OL / RHEL / CentOS.
This commit is contained in:
@ -49,7 +49,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
supervisor" && \
|
||||
dnf -y install epel-release && \
|
||||
dnf -y module enable mysql && \
|
||||
dnf -y module enable php:8.0 nginx:1.22 && \
|
||||
dnf -y module enable php:8.2 nginx:1.24 && \
|
||||
dnf -y install \
|
||||
--disablerepo "*" \
|
||||
--enablerepo "${REPOLIST}" \
|
||||
|
Reference in New Issue
Block a user