Added bash package to all images

This commit is contained in:
Alexey Pustovalov 2024-12-17 14:36:06 +09:00
parent 18a8998fc0
commit a0cfbeca78
7 changed files with 14 additions and 7 deletions

View File

@ -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="tzdata \
INSTALL_PKGS="bash \
tzdata \
ca-certificates \
smartmontools \
sudo \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \
traceroute \
nmap \
libssh \

View File

@ -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 \
traceroute \
nmap \
hostname \

View File

@ -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 \
traceroute \
hostname \

View File

@ -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 \
hostname \
traceroute \