mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-12 00:28:50 +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 \
|
postgresql-libs \
|
||||||
zlib \
|
zlib \
|
||||||
unixODBC" && \
|
unixODBC" && \
|
||||||
|
microdnf module enable postgresql:13 && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo="*" \
|
--disablerepo="*" \
|
||||||
--enablerepo="ol8_baseos_latest" \
|
--enablerepo="ol8_baseos_latest" \
|
||||||
|
@ -49,6 +49,7 @@ RUN set -eux && \
|
|||||||
glibc-locale-source \
|
glibc-locale-source \
|
||||||
supervisor" && \
|
supervisor" && \
|
||||||
microdnf -y module enable php:7.4 && \
|
microdnf -y module enable php:7.4 && \
|
||||||
|
microdnf module enable postgresql:13 && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo="*" \
|
--disablerepo="*" \
|
||||||
--enablerepo="ol8_baseos_latest" \
|
--enablerepo="ol8_baseos_latest" \
|
||||||
|
@ -47,6 +47,7 @@ RUN set -eux && \
|
|||||||
postgresql \
|
postgresql \
|
||||||
supervisor" && \
|
supervisor" && \
|
||||||
microdnf -y module enable php:7.4 && \
|
microdnf -y module enable php:7.4 && \
|
||||||
|
microdnf module enable postgresql:13 && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo="*" \
|
--disablerepo="*" \
|
||||||
--enablerepo="ol8_baseos_latest" \
|
--enablerepo="ol8_baseos_latest" \
|
||||||
|
Loading…
Reference in New Issue
Block a user