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 \