We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadb39f commit 05abea6Copy full SHA for 05abea6
full/Dockerfile
@@ -247,11 +247,7 @@ LABEL dazzle/layer=lang-rust
247
LABEL dazzle/test=tests/lang-rust.yaml
248
USER gitpod
249
RUN cp /home/gitpod/.profile /home/gitpod/.profile_orig && \
250
- curl -fsSL https://sh.rustup.rs | sh -s -- -y \
251
- && .cargo/bin/rustup toolchain install 1.48.0 \
252
- && .cargo/bin/rustup default 1.48.0 \
253
- # Save image size by removing now-redudant stable toolchain
254
- && .cargo/bin/rustup toolchain uninstall stable \
+ curl -fsSL https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.48.0 \
255
&& .cargo/bin/rustup component add \
256
rls \
257
rust-analysis \
0 commit comments