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 \
|
||||
unixODBC-devel" && \
|
||||
microdnf -y module enable mysql && \
|
||||
microdnf module enable postgresql:13 && \
|
||||
microdnf -y install \
|
||||
--disablerepo "*" \
|
||||
--enablerepo "ol8_baseos_latest" \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user