diff --git a/Dockerfile b/Dockerfile index bda05af..2bd2c0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,6 +76,7 @@ RUN \ ca-certificates \ coreutils \ curl \ + findutils \ jq \ netcat-openbsd \ procps-ng \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 24bdf90..f1841f2 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -76,6 +76,7 @@ RUN \ ca-certificates \ coreutils \ curl \ + findutils \ jq \ netcat-openbsd \ procps-ng \