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:
committed by
Andrei Vagin
parent
3eba68089e
commit
d79d73e3a0
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user