mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-14 18:58:35 +02:00
Added zlib and devel packages. Updated PostgreSQL from 13 to 15 version
This commit is contained in:
@ -48,7 +48,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
postgresql \
|
||||
supervisor" && \
|
||||
microdnf -y module enable php:7.4 && \
|
||||
microdnf module enable postgresql:13 && \
|
||||
microdnf module enable postgresql:15 && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
--enablerepo="ol8_baseos_latest" \
|
||||
|
Reference in New Issue
Block a user