Skip to content

Commit

Permalink
Merge pull request #1243 from giuseppe/test-podman-install-procps-ng
Browse files Browse the repository at this point in the history
tests: install procps-ng for podman tests
  • Loading branch information
flouthoc authored Jul 25, 2023
2 parents d00cd2d + ee0e405 commit 68a5532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/podman/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV PATH=/usr/bin:/usr/sbin:/root/go/bin:/usr/local/bin::/usr/local/sbin

RUN dnf install -y golang python git gcc automake autoconf libcap-devel \
systemd-devel yajl-devel libseccomp-devel go-md2man libgcrypt-devel \
glibc-static python3-libmount libtool make podman xz nmap-ncat \
glibc-static python3-libmount libtool make podman xz nmap-ncat procps-ng \
containernetworking-plugins 'dnf-command(builddep)' && \
dnf builddep -y podman && \
chmod 755 /root && \
Expand Down

0 comments on commit 68a5532

Please sign in to comment.