diff --git a/Dockerfiles/agent2/ubuntu/Dockerfile b/Dockerfiles/agent2/ubuntu/Dockerfile index ed1dbf018..06b8ec11f 100644 --- a/Dockerfiles/agent2/ubuntu/Dockerfile +++ b/Dockerfiles/agent2/ubuntu/Dockerfile @@ -33,7 +33,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/agent2/conf/", "/etc/zab RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \ set -eux && \ echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \ - INSTALL_PKGS="tini \ + INSTALL_PKGS="bash \ + tini \ tzdata \ ca-certificates \ smartmontools \ diff --git a/Dockerfiles/proxy-mysql/centos/Dockerfile b/Dockerfiles/proxy-mysql/centos/Dockerfile index 6d10b7391..8d8a5d28d 100644 --- a/Dockerfiles/proxy-mysql/centos/Dockerfile +++ b/Dockerfiles/proxy-mysql/centos/Dockerfile @@ -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 \ tini \ traceroute \ nmap \ diff --git a/Dockerfiles/proxy-mysql/ol/Dockerfile b/Dockerfiles/proxy-mysql/ol/Dockerfile index d90bd13d4..0218bea9e 100644 --- a/Dockerfiles/proxy-mysql/ol/Dockerfile +++ b/Dockerfiles/proxy-mysql/ol/Dockerfile @@ -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 \ tini \ traceroute \ nmap \ diff --git a/Dockerfiles/proxy-sqlite3/ol/Dockerfile b/Dockerfiles/proxy-sqlite3/ol/Dockerfile index c139099d5..712f20e6c 100644 --- a/Dockerfiles/proxy-sqlite3/ol/Dockerfile +++ b/Dockerfiles/proxy-sqlite3/ol/Dockerfile @@ -35,7 +35,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 \ tini \ traceroute \ nmap \ diff --git a/Dockerfiles/server-mysql/centos/Dockerfile b/Dockerfiles/server-mysql/centos/Dockerfile index 8077fa40d..ad3152fec 100644 --- a/Dockerfiles/server-mysql/centos/Dockerfile +++ b/Dockerfiles/server-mysql/centos/Dockerfile @@ -35,7 +35,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/server/database/mysql/cr RUN --mount=type=tmpfs,target=/var/lib/dnf/ \ set -eux && \ - INSTALL_PKGS="fping \ + INSTALL_PKGS="bash \ + fping \ tini \ traceroute \ nmap \ diff --git a/Dockerfiles/server-pgsql/centos/Dockerfile b/Dockerfiles/server-pgsql/centos/Dockerfile index 66b0a139f..fab8d5f74 100644 --- a/Dockerfiles/server-pgsql/centos/Dockerfile +++ b/Dockerfiles/server-pgsql/centos/Dockerfile @@ -35,7 +35,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/server/database/postgres RUN --mount=type=tmpfs,target=/var/lib/dnf/ \ set -eux && \ - INSTALL_PKGS="fping \ + INSTALL_PKGS="bash \ + fping \ file-libs \ tini \ traceroute \ diff --git a/Dockerfiles/server-pgsql/ol/Dockerfile b/Dockerfiles/server-pgsql/ol/Dockerfile index 341cae18d..568e76b3f 100644 --- a/Dockerfiles/server-pgsql/ol/Dockerfile +++ b/Dockerfiles/server-pgsql/ol/Dockerfile @@ -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="fping \ + INSTALL_PKGS="bash \ + fping \ file-libs \ tini \ hostname \