From f80a8b2bdcdee2e1c420b4cc171d54ad21e164c6 Mon Sep 17 00:00:00 2001 From: thespad Date: Wed, 29 May 2024 19:46:52 +0100 Subject: [PATCH] Add GNU find --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8d52cf7..73873aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,6 +77,7 @@ RUN \ ca-certificates \ coreutils \ curl \ + find \ jq \ netcat-openbsd \ procps \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index f33293b..473b651 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -77,6 +77,7 @@ RUN \ ca-certificates \ coreutils \ curl \ + find \ jq \ netcat-openbsd \ procps \