mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
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:
parent
96c091f7ac
commit
2d1c865654
2 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue