CI: don't install procps (MR 2077)

After MR 2074 it's not a hard-dependency anymore.
This commit is contained in:
Maxim Karasev 2021-06-29 21:53:58 +03:00
parent 479b51cfb6
commit 90529a0518
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
# mount binfmt_misc
mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
# install dependencies (procps: /bin/kill)
# install dependencies
apk update
apk -q add git sudo bash openssl procps py3-virtualenv
apk -q add git sudo bash openssl py3-virtualenv
# create pmos user
echo "Creating pmos user"