Include busybox (for crond)

Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Eric Nemchik 2023-07-30 01:07:02 -05:00
parent 98fa0c5d5f
commit bb3bbb64f8
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
RUN \
echo "**** install base packages ****" && \
dnf -y --setopt=install_weak_deps=False --best install \
busybox \
ca-certificates \
coreutils \
curl \

View File

@ -68,6 +68,7 @@ ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \
RUN \
echo "**** install base packages ****" && \
dnf -y --setopt=install_weak_deps=False --best install \
busybox \
ca-certificates \
coreutils \
curl \