mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-21 23:33:31 +01:00
Merge branch 'trunk' into trunk_rhel
This commit is contained in:
commit
f5dc322eef
@ -35,7 +35,6 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol9.repo", "/etc/yum.repos.d/oracle-epel
|
||||
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
set -eux && \
|
||||
INSTALL_PKGS="bash \
|
||||
tzdata \
|
||||
iputils \
|
||||
pcre2 \
|
||||
libcurl \
|
||||
|
@ -40,7 +40,6 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol9.repo", "/etc/yum.repos.d/oracle-epel
|
||||
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
set -eux && \
|
||||
INSTALL_PKGS="bash \
|
||||
tzdata \
|
||||
iputils \
|
||||
pcre2 \
|
||||
libcurl \
|
||||
|
@ -42,7 +42,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
traceroute \
|
||||
nmap \
|
||||
file-libs \
|
||||
tzdata \
|
||||
iputils \
|
||||
traceroute \
|
||||
libevent \
|
||||
|
@ -45,7 +45,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