Merge pull request #229 from linuxserver/edge-find

edge: add gnu find
This commit is contained in:
aptalca 2024-04-17 09:45:36 -04:00 committed by GitHub
commit 2ab23226a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

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

View file

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