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

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