Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #629 from paritytech/cmichi-install-subkey
Browse files Browse the repository at this point in the history
Install `subkey` for `contracts-ci`
  • Loading branch information
cmichi authored Jan 26, 2024
2 parents b93cd35 + 8a41fe7 commit 74ceb1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/ci-unified/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ RUN cargo install cargo-dylint dylint-link
RUN cargo install --git https://github.com/paritytech/cargo-contract \
--locked --branch master --force

# contracts ci
RUN cargo install subkey

# contracts ci
# Download the latest `substrate-contracts-node` binary
RUN curl -L -o substrate-contracts-node.zip 'https://gitlab.parity.io/parity/mirrors/substrate-contracts-node/-/jobs/artifacts/main/download?job=build-linux' && \
Expand Down

0 comments on commit 74ceb1e

Please sign in to comment.