Merge pull request #230 from linuxserver/3.17-find

3.17: add gnu find
This commit is contained in:
aptalca 2024-04-17 09:44:11 -04:00 committed by GitHub
commit 9741bd931c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 \