Skip to content

Commit

Permalink
ci(docker): add missing tool to Dockerfile.e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysKarmazynDFINITY committed Aug 15, 2024
1 parent e7fac40 commit 078daab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ ENV RUSTUP_HOME=/home/apprunner/.rustup \
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN /bin/bash -c "source /home/apprunner/.cargo/env && rustc --version && cargo --version"

# Install jq
RUN apt-get install jq

# Add wasm32-unknown-unknown target
RUN /bin/bash -c "source /home/apprunner/.cargo/env && rustup target add wasm32-unknown-unknown"

# Install jq
RUN apt-get install jq

# Install dfx
ENV DFX_PORT=4943
ENV DFX_VERSION=0.20.0
Expand Down

0 comments on commit 078daab

Please sign in to comment.