mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-22 04:40:53 +01:00
Added missing gzip package in OEL
This commit is contained in:
parent
075e2f3142
commit
b771cb15d1
@ -52,6 +52,7 @@ RUN set -eux && \
|
||||
openssl-libs \
|
||||
pcre2 \
|
||||
zlib \
|
||||
gzip \
|
||||
unixODBC" && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
|
@ -55,6 +55,7 @@ RUN set -eux && \
|
||||
openssl-libs \
|
||||
pcre2 \
|
||||
zlib \
|
||||
gzip \
|
||||
unixODBC" && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
|
@ -57,6 +57,7 @@ RUN set -eux && \
|
||||
postgresql \
|
||||
postgresql-libs \
|
||||
zlib \
|
||||
gzip \
|
||||
unixODBC" && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
|
Loading…
Reference in New Issue
Block a user