mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 16:45:05 +02:00
Updated PHP and nginx packages on Oracle Linux and CentOS
This commit is contained in:
@ -48,7 +48,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
postgresql \
|
||||
supervisor" && \
|
||||
dnf -y install epel-release && \
|
||||
dnf -y module enable php:8.0 nginx:1.20 && \
|
||||
dnf -y module enable php:8.0 nginx:1.22 && \
|
||||
dnf -y install \
|
||||
--disablerepo "*" \
|
||||
--enablerepo "${REPOLIST}" \
|
||||
|
@ -47,7 +47,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
php-xml \
|
||||
postgresql \
|
||||
supervisor" && \
|
||||
microdnf -y module enable php:7.4 && \
|
||||
microdnf -y module enable php:8.0 nginx:1.22 && \
|
||||
microdnf module enable postgresql:15 && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
|
Reference in New Issue
Block a user