Skip to content

Commit

Permalink
Fix devcontainer path
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Dec 15, 2023
1 parent de0cc01 commit 94838e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ RUN rustup toolchain install nightly && \
RUN cargo binstall cargo-nextest cargo-llvm-cov --secure -y
RUN curl -L https://install.dojoengine.org | bash
RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash
RUN /root/.dojo/bin/dojoup
ENV PATH=${PATH}:/root/.dojo/bin
RUN dojoup

0 comments on commit 94838e8

Please sign in to comment.