Skip to content

Commit

Permalink
[Build] Install 'procps' package in all docker-images for smoke-tests
Browse files Browse the repository at this point in the history
The 'procps'-package contains the pkill command which is currently
missing according to the smoke-tests logs.

Part of eclipse-platform#2642
  • Loading branch information
HannesWell committed Dec 18, 2024
1 parent f8e228c commit 394d407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN dnf -y update && dnf -y install \
tigervnc \
mutter \
xorg-x11-server-utils \
procps \
mesa-libGL \
xorg-x11-fonts-misc \
xorg-x11-fonts-75dpi \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN zypper --non-interactive update && zypper --non-interactive install \
libgtk-3-0 \
xorg-x11-Xvnc \
tigervnc \
procps \
metacity \
xorg-x11-fonts \
dejavu-fonts \
Expand Down

0 comments on commit 394d407

Please sign in to comment.