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 b557b91 commit 92d3bcc
Show file tree
Hide file tree
Showing 3 changed files with 3 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-ng \
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 @@ ENV LANG=en_US.UTF-8
RUN apt-get update -qq && apt-get install -qq -y \
locales \
build-essential \
procps \
git \
libgtk-3-dev \
libgtk-4-dev \
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 92d3bcc

Please sign in to comment.