Skip to content

Commit

Permalink
[chore] Add procps to opensuse-15 images in attempt to fix missing pgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed Sep 25, 2024
1 parent 95d1d5a commit e6e5088
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM opensuse/leap:15
ENV container docker

RUN sed -i 's|download.opensuse.org|provo-mirror.opensuse.org|' /etc/zypp/repos.d/*.repo
RUN zypper -n install -l curl dbus-1 systemd-sysvinit tar wget gzip
RUN zypper -n install -l curl dbus-1 systemd-sysvinit tar wget gzip procps

RUN rpm --import https://yum.puppet.com/RPM-GPG-KEY-puppet-20250406

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM opensuse/leap:15
ENV container docker

RUN sed -i 's|download.opensuse.org|provo-mirror.opensuse.org|' /etc/zypp/repos.d/*.repo
RUN zypper -n install -l curl dbus-1 systemd-sysvinit tar wget python3-pip ca-certificates gzip
RUN zypper -n install -l curl dbus-1 systemd-sysvinit tar wget python3-pip ca-certificates gzip procps

RUN zypper install -y salt salt-minion salt-master

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM opensuse/leap:15
ENV container docker

RUN sed -i 's|download.opensuse.org|provo-mirror.opensuse.org|' /etc/zypp/repos.d/*.repo
RUN zypper -n install -l curl dbus-1 systemd-sysvinit tar wget
RUN zypper -n install -l curl dbus-1 systemd-sysvinit tar wget procps

RUN (cd /usr/lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i = \
"systemd-tmpfiles-setup.service" ] || rm -f $i; done); \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG TARGETARCH
ENV container docker

RUN sed -i 's|download.opensuse.org|provo-mirror.opensuse.org|' /etc/zypp/repos.d/*.repo
RUN zypper -n install -l curl dbus-1 gzip python3 systemd-sysvinit tar wget
RUN zypper -n install -l curl dbus-1 gzip python3 systemd-sysvinit tar wget procps

RUN (cd /usr/lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i = \
"systemd-tmpfiles-setup.service" ] || rm -f $i; done); \
Expand Down

0 comments on commit e6e5088

Please sign in to comment.