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