add gnu find

This commit is contained in:
aptalca 2024-04-13 16:28:52 -04:00
parent b98d69c12e
commit 6923e19c99
No known key found for this signature in database
GPG key ID: BE36CFFB9FD85548
2 changed files with 2 additions and 0 deletions

View file

@ -82,6 +82,7 @@ RUN \
ca-certificates \ ca-certificates \
coreutils \ coreutils \
curl \ curl \
findutils \
jq \ jq \
netcat-openbsd \ netcat-openbsd \
procps \ procps \

View file

@ -82,6 +82,7 @@ RUN \
ca-certificates \ ca-certificates \
coreutils \ coreutils \
curl \ curl \
findutils \
jq \ jq \
netcat-openbsd \ netcat-openbsd \
procps \ procps \