Merge pull request #1407 from Gontier-Julien/fix-procps

Tell alpine specifically to install/use procps-ng
This commit is contained in:
Adam Warner 2023-07-28 17:17:32 +01:00 committed by GitHub
commit fbaf191304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN apk add --no-cache \
iproute2-ss \
jq \
coreutils \
procps \
procps-ng \
ncurses \
binutils \
tzdata \