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 \ openssl-libs \
pcre2 \ pcre2 \
zlib \ zlib \
gzip \
unixODBC" && \ unixODBC" && \
microdnf -y install \ microdnf -y install \
--disablerepo="*" \ --disablerepo="*" \

View File

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

View File

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