2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

ci: install procps in Alpine

The version of ps in Alpine image by default is very limited.
It is based on the one from busybox and doesn't support options
such as '-p'.

Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
This commit is contained in:
Radostin Stoyanov
2021-12-10 15:35:29 +00:00
committed by Andrei Vagin
parent 3eba68089e
commit d79d73e3a0

View File

@@ -6,6 +6,7 @@ RUN apk update && apk add \
bash \ bash \
build-base \ build-base \
coreutils \ coreutils \
procps \
git \ git \
gnutls-dev \ gnutls-dev \
libaio-dev \ libaio-dev \