mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-29 14:21:30 +02:00
Using PostgreSQL 13 instead of 10 version on OL
This commit is contained in:
parent
ccc754ec69
commit
728e9eca0a
@ -56,6 +56,7 @@ RUN set -eux && \
|
||||
postgresql-libs \
|
||||
zlib \
|
||||
unixODBC" && \
|
||||
microdnf module enable postgresql:13 && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
--enablerepo="ol8_baseos_latest" \
|
||||
|
@ -49,6 +49,7 @@ RUN set -eux && \
|
||||
glibc-locale-source \
|
||||
supervisor" && \
|
||||
microdnf -y module enable php:8.0 && \
|
||||
microdnf module enable postgresql:13 && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
--enablerepo="ol8_baseos_latest" \
|
||||
|
@ -47,6 +47,7 @@ RUN set -eux && \
|
||||
postgresql \
|
||||
supervisor" && \
|
||||
microdnf -y module enable php:8.0 && \
|
||||
microdnf module enable postgresql:13 && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
--enablerepo="ol8_baseos_latest" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user