diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3b1199441b..4bab5248dc 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -31,3 +31,6 @@ 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}:/root/.dojo/bin RUN dojoup + +RUN chown -R root:root /usr/local/cargo +RUN chmod -R 700 /usr/local/cargo \ No newline at end of file