mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-23 23:09:20 +01:00
Using PostgreSQL 13 instead of 10 version on OL
This commit is contained in:
parent
d3d0e896bb
commit
405f0ec088
@ -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:7.4 && \
|
||||
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:7.4 && \
|
||||
microdnf module enable postgresql:13 && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
--enablerepo="ol8_baseos_latest" \
|
||||
|
Loading…
Reference in New Issue
Block a user