diff --git a/Dockerfile b/Dockerfile index d1ea541..76fe670 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,6 +75,7 @@ RUN \ ca-certificates \ coreutils \ curl \ + findutils \ jq \ netcat-openbsd \ procps-ng \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d8493ab..0dabea8 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -75,6 +75,7 @@ RUN \ ca-certificates \ coreutils \ curl \ + findutils \ jq \ netcat-openbsd \ procps-ng \