From b7573ca5c7588d2a5f967bacb3ba9d5881f5d9e5 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Sat, 13 Apr 2024 16:07:18 -0400 Subject: [PATCH] add gnu find --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) 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 \