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 \
|
openssl-libs \
|
||||||
pcre2 \
|
pcre2 \
|
||||||
zlib \
|
zlib \
|
||||||
|
gzip \
|
||||||
unixODBC" && \
|
unixODBC" && \
|
||||||
microdnf -y install \
|
microdnf -y install \
|
||||||
--disablerepo="*" \
|
--disablerepo="*" \
|
||||||
|
@ -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="*" \
|
||||||
|
@ -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="*" \
|
||||||
|
Loading…
Reference in New Issue
Block a user