We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6340a6 commit a3e1336Copy full SHA for a3e1336
.devcontainer/Dockerfile
@@ -42,9 +42,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade uv
42
ENV SHELL=/usr/bin/bash
43
SHELL ["/usr/bin/bash", "-ic"]
44
45
-## Install rust
46
-RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source $HOME/.cargo/env
47
-
48
USER root
49
## Install nvm, yarn, npm, pnpm
50
RUN curl -o- https://raw.githubusercontent.com/devcontainers/features/main/src/node/install.sh | bash
0 commit comments