mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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:
parent
3eba68089e
commit
d79d73e3a0
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ RUN apk update && apk add \
|
|||
bash \
|
||||
build-base \
|
||||
coreutils \
|
||||
procps \
|
||||
git \
|
||||
gnutls-dev \
|
||||
libaio-dev \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue