add gnu find

This commit is contained in:
aptalca 2024-04-13 16:03:18 -04:00
parent 05763edeb2
commit f47b402a1a
No known key found for this signature in database
GPG key ID: BE36CFFB9FD85548
2 changed files with 2 additions and 0 deletions

View file

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

View file

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