diff --git a/Dockerfile b/Dockerfile index 23b997e..9615f91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index c2e2b3b..cfef702 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 \