Skip to content

Commit

Permalink
install ps
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Nov 27, 2023
1 parent 81c9ec6 commit 065a69e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ LABEL io.parity.image.authors="[email protected]" \
ENV RUST_BACKTRACE 1
USER root

# for native provider to work (TODO: fix in zn docker?)
RUN apt-get update && apt-get install procps

# add polkadot binary to the docker image
COPY ./artifacts/polkadot /usr/local/bin/
COPY ./artifacts/polkadot-execute-worker /usr/local/bin/
Expand Down

0 comments on commit 065a69e

Please sign in to comment.