From d8f01dbd4d2bd6cd3f9fd8004d2778c5824465b9 Mon Sep 17 00:00:00 2001 From: thespad Date: Wed, 29 May 2024 19:51:22 +0100 Subject: [PATCH] Add the correct package for GNU find --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73873aa..c6b0144 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN \ ca-certificates \ coreutils \ curl \ - find \ + findutils \ jq \ netcat-openbsd \ procps \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 473b651..724d1f2 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -77,7 +77,7 @@ RUN \ ca-certificates \ coreutils \ curl \ - find \ + findutils \ jq \ netcat-openbsd \ procps \