diff --git a/Dockerfile b/Dockerfile index 00ef02b..2f19afc 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 ffe8b51..ea23ef1 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -76,6 +76,7 @@ RUN \ ca-certificates \ coreutils \ curl \ + findutils \ jq \ netcat-openbsd \ procps-ng \