Added missing gzip package in OEL

This commit is contained in:
Alexey Pustovalov 2024-01-19 13:02:01 +09:00
parent 8df3060cd5
commit 9d4d211137
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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