Install procps in OpenSuse Leap images

The tests `core.sigterm-regular` and `core.sigterm-stdin` rely on `ps`
to be present which is not the case anymore on OpenSuse Leap; install it
explicitly there.
This commit is contained in:
Benjamin Bannier 2024-09-27 10:00:13 +02:00
parent 96c091f7ac
commit 2d1c865654
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ RUN zypper addrepo https://download.opensuse.org/repositories/openSUSE:Leap:15.5
libpcap-devel \
make \
openssh \
procps \
python311 \
python311-devel \
python311-pip \

View file

@ -21,6 +21,7 @@ RUN zypper addrepo https://download.opensuse.org/repositories/openSUSE:Leap:15.6
libpcap-devel \
make \
openssh \
procps \
python312 \
python312-devel \
python312-pip \