From cd796b33709a992147320ea7911a35c5ef95deaf Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 6 May 2024 19:54:32 +0200 Subject: [PATCH] Add Catatonit --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2bd2c0d..12d4c8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,6 +74,7 @@ RUN \ alpine-release \ bash \ ca-certificates \ + catatonit \ coreutils \ curl \ findutils \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index f1841f2..6dd4024 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -74,6 +74,7 @@ RUN \ alpine-release \ bash \ ca-certificates \ + catatonit \ coreutils \ curl \ findutils \