From 2a89b700af86d51a739c98471c1fc86c647d0eb4 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 6 May 2024 20:25:26 +0200 Subject: [PATCH] Add Catatonit --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 76fe670..750fc41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,6 +73,7 @@ RUN \ apk add --no-cache \ bash \ ca-certificates \ + catatonit \ coreutils \ curl \ findutils \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 0dabea8..c8e7de6 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -73,6 +73,7 @@ RUN \ apk add --no-cache \ bash \ ca-certificates \ + catatonit \ coreutils \ curl \ findutils \