From 92445666976ed693d43d900df71b5181e4aa3b94 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 6 May 2024 20:58:14 +0200 Subject: [PATCH] Add Catatonit --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) 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 \