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 \