mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 07:43:47 +01:00
Removed tzdata install / update from OEL images
This commit is contained in:
parent
00a28c821c
commit
fa65964e49
@ -36,7 +36,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
set -eux && \
|
||||
INSTALL_PKGS="bash \
|
||||
tini \
|
||||
tzdata \
|
||||
iputils \
|
||||
pcre2 \
|
||||
libcurl \
|
||||
|
@ -41,7 +41,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
set -eux && \
|
||||
INSTALL_PKGS="bash \
|
||||
tini \
|
||||
tzdata \
|
||||
iputils \
|
||||
pcre2 \
|
||||
libcurl \
|
||||
|
@ -43,7 +43,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
traceroute \
|
||||
nmap \
|
||||
file-libs \
|
||||
tzdata \
|
||||
iputils \
|
||||
traceroute \
|
||||
libevent \
|
||||
|
@ -46,7 +46,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
traceroute \
|
||||
nmap \
|
||||
iputils \
|
||||
tzdata \
|
||||
traceroute \
|
||||
libevent \
|
||||
libssh \
|
||||
|
@ -24,7 +24,6 @@ STOPSIGNAL SIGTERM
|
||||
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
set -eux && \
|
||||
INSTALL_PKGS="bash \
|
||||
tzdata \
|
||||
net-snmp" && \
|
||||
microdnf -y install \
|
||||
--disablerepo="*" \
|
||||
|
Loading…
Reference in New Issue
Block a user