From bb3bbb64f815bfff0fb0a0d753c347ced0f81b99 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sun, 30 Jul 2023 01:07:02 -0500 Subject: [PATCH] Include busybox (for crond) Signed-off-by: Eric Nemchik --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) 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 \