Added procps to alpine image to resolve autopause compatibility (#1361)

This commit is contained in:
Geoff Bourne
2022-02-13 18:02:09 -06:00
committed by GitHub
parent 3886bca93f
commit 5d68a57910
4 changed files with 23 additions and 20 deletions

View File

@@ -10,6 +10,7 @@ apk add --no-cache -U \
su-exec \
coreutils \
findutils \
procps \
shadow \
bash \
curl iputils \