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 \