Skip to content

Commit

Permalink
install procps to zombienet_injected.Dockerfile image to be able to u…
Browse files Browse the repository at this point in the history
…se native provider inside docker (#1672)
  • Loading branch information
svyatonik authored Jan 12, 2024
1 parent 4fbea1a commit 6145ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/docker/zombienet_injected.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL io.parity.image.authors="devops-team@parity.io" \
io.parity.image.created="${BUILD_DATE}"

RUN apt-get update && \
apt-get install -y curl gnupg lsb-release jq tini vim && \
apt-get install -y curl gnupg lsb-release jq tini vim procps && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6145ff8

Please sign in to comment.