Added zlib and devel packages. Updated PostgreSQL from 13 to 15 version

This commit is contained in:
Alexey Pustovalov
2024-03-24 22:42:53 +09:00
parent cc6edc2a69
commit a0519655a9
22 changed files with 42 additions and 23 deletions

View File

@ -48,7 +48,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
postgresql \
supervisor" && \
microdnf -y module enable php:7.4 && \
microdnf module enable postgresql:13 && \
microdnf module enable postgresql:15 && \
microdnf -y install \
--disablerepo="*" \
--enablerepo="ol8_baseos_latest" \