mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-24 15:29:05 +01:00
Added missing gzip package in OEL
This commit is contained in:
parent
8df3060cd5
commit
9d4d211137
@ -53,6 +53,7 @@ RUN set -eux && \
|
||||
openssl-libs \
|
||||
pcre2 \
|
||||
zlib \
|
||||
gzip \
|
||||
unixODBC" && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
|
@ -56,6 +56,7 @@ RUN set -eux && \
|
||||
openssl-libs \
|
||||
pcre2 \
|
||||
zlib \
|
||||
gzip \
|
||||
unixODBC" && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
|
@ -58,6 +58,7 @@ RUN set -eux && \
|
||||
postgresql \
|
||||
postgresql-libs \
|
||||
zlib \
|
||||
gzip \
|
||||
unixODBC" && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
|
Loading…
Reference in New Issue
Block a user