Skip to content

Commit 4e37923

Browse files
committed
Added bash package to all images
1 parent 436f209 commit 4e37923

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

Dockerfiles/agent2/ubuntu/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/agent2/conf/", "/etc/zab
3333
RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \
3434
set -eux && \
3535
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
36-
INSTALL_PKGS="tini \
36+
INSTALL_PKGS="bash \
37+
tini \
3738
tzdata \
3839
ca-certificates \
3940
smartmontools \

Dockerfiles/proxy-mysql/centos/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/proxy/database/mysql/",
3535

3636
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
3737
set -eux && \
38-
INSTALL_PKGS="libevent \
38+
INSTALL_PKGS="bash \
39+
libevent \
3940
tini \
4041
traceroute \
4142
nmap \

Dockerfiles/proxy-mysql/ol/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol9.repo", "/etc/yum.repos.d/oracle-epel
3636

3737
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
3838
set -eux && \
39-
INSTALL_PKGS="libevent \
39+
INSTALL_PKGS="bash \
40+
libevent \
4041
tini \
4142
traceroute \
4243
nmap \

Dockerfiles/proxy-sqlite3/ol/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol9.repo", "/etc/yum.repos.d/oracle-epel
3535

3636
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
3737
set -eux && \
38-
INSTALL_PKGS="libevent \
38+
INSTALL_PKGS="bash \
39+
libevent \
3940
tini \
4041
traceroute \
4142
nmap \

Dockerfiles/server-mysql/centos/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/server/database/mysql/cr
3535

3636
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
3737
set -eux && \
38-
INSTALL_PKGS="fping \
38+
INSTALL_PKGS="bash \
39+
fping \
3940
tini \
4041
traceroute \
4142
nmap \

Dockerfiles/server-pgsql/centos/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}-output/server/database/postgres
3535

3636
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
3737
set -eux && \
38-
INSTALL_PKGS="fping \
38+
INSTALL_PKGS="bash \
39+
fping \
3940
tini \
4041
file-libs \
4142
traceroute \

Dockerfiles/server-pgsql/ol/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol9.repo", "/etc/yum.repos.d/oracle-epel
3636

3737
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
3838
set -eux && \
39-
INSTALL_PKGS="fping \
39+
INSTALL_PKGS="bash \
40+
fping \
4041
file-libs \
4142
tini \
4243
hostname \

0 commit comments

Comments
 (0)