From a279e24d577041732358a935df25e0bf66553526 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 6 May 2024 21:01:17 +0200 Subject: [PATCH] Add Catatonit --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2f19afc..30e4c52 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 ea23ef1..5fe6d3c 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -74,6 +74,7 @@ RUN \ alpine-release \ bash \ ca-certificates \ + catatonit \ coreutils \ curl \ findutils \