mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-20 18:07:46 +02:00
Using PostgreSQL 13 instead of 10 version on OL
This commit is contained in:
parent
728e9eca0a
commit
d9555a81d3
@ -42,6 +42,7 @@ RUN set -eux && \
|
|||||||
gettext \
|
gettext \
|
||||||
unixODBC-devel" && \
|
unixODBC-devel" && \
|
||||||
microdnf -y module enable mysql && \
|
microdnf -y module enable mysql && \
|
||||||
|
microdnf module enable postgresql:13 && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo "*" \
|
--disablerepo "*" \
|
||||||
--enablerepo "ol8_baseos_latest" \
|
--enablerepo "ol8_baseos_latest" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user