mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Added bash package to all images
This commit is contained in:
@ -35,7 +35,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/proxy/database/mysql/",
|
||||
|
||||
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
|
||||
set -eux && \
|
||||
INSTALL_PKGS="libevent \
|
||||
INSTALL_PKGS="bash \
|
||||
libevent \
|
||||
traceroute \
|
||||
nmap \
|
||||
gzip \
|
||||
|
@ -36,7 +36,8 @@ 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="libevent \
|
||||
INSTALL_PKGS="bash \
|
||||
libevent \
|
||||
traceroute \
|
||||
nmap \
|
||||
libssh \
|
||||
|
Reference in New Issue
Block a user