Skip to content

Commit

Permalink
Dojoup in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Dec 10, 2023
1 parent 210a137 commit 1909f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ RUN apt-get update && bash /tmp/library-scripts/node-debian.sh "${NVM_DIR}"
USER vscode
RUN curl -L https://install.dojoengine.org | bash
RUN curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | bash

ENV PATH=${PATH}:/workspaces/dojo/target/release
ENV PATH=${PATH}:/workspaces/dojo/target/release:/home/vscode/.dojo/bin
RUN /home/vscode/.dojo/bin/dojoup
1 change: 0 additions & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
VARIANT=bullseye
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}-dev:latest
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}-dev:cache

propose-update-pr:
needs: build-and-push
Expand Down

0 comments on commit 1909f91

Please sign in to comment.