mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +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:
committed by
Andrei Vagin
parent
3eba68089e
commit
d79d73e3a0
@@ -6,6 +6,7 @@ RUN apk update && apk add \
|
||||
bash \
|
||||
build-base \
|
||||
coreutils \
|
||||
procps \
|
||||
git \
|
||||
gnutls-dev \
|
||||
libaio-dev \
|
||||
|
Reference in New Issue
Block a user