diff --git a/Dockerfile b/Dockerfile index 64c70c8..851e166 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,6 +70,7 @@ RUN \ dnf -y --setopt=install_weak_deps=False --best install \ busybox \ ca-certificates \ + catatonit \ coreutils \ curl \ findutils \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 32615fc..5f87a69 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -70,6 +70,7 @@ RUN \ dnf -y --setopt=install_weak_deps=False --best install \ busybox \ ca-certificates \ + catatonit \ coreutils \ curl \ findutils \