Skip to content

Commit

Permalink
ci(frontend): 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 11e1df3 commit 7fa0204
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.e2e
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ 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"

Expand Down

0 comments on commit 7fa0204

Please sign in to comment.