Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik committed Nov 27, 2023
1 parent 065a69e commit 4afa6a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV RUST_BACKTRACE 1
USER root

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

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

0 comments on commit 4afa6a8

Please sign in to comment.