Added missing gzip package in OEL

This commit is contained in:
Alexey Pustovalov
2024-01-19 13:02:01 +09:00
parent 075e2f3142
commit b771cb15d1
3 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,7 @@ RUN set -eux && \
postgresql \
postgresql-libs \
zlib \
gzip \
unixODBC" && \
microdnf -y install \
--disablerepo="*" \