Skip to content

Commit a3e1336

Browse files
Remove rust toolchain because it blows up the image.
1 parent a6340a6 commit a3e1336

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade uv
4242
ENV SHELL=/usr/bin/bash
4343
SHELL ["/usr/bin/bash", "-ic"]
4444

45-
## Install rust
46-
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source $HOME/.cargo/env
47-
4845
USER root
4946
## Install nvm, yarn, npm, pnpm
5047
RUN curl -o- https://raw.githubusercontent.com/devcontainers/features/main/src/node/install.sh | bash

0 commit comments

Comments
 (0)