We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3382926 commit b0defadCopy full SHA for b0defad
docker/ubuntu-2004-builder.Dockerfile
@@ -74,9 +74,7 @@ RUN cd /root \
74
&& curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs \
75
&& chmod 700 rustup.sh \
76
&& ./rustup.sh -y --no-modify-path \
77
- && /opt/cargo/bin/cargo install mdbook \
78
- && /opt/cargo/bin/cargo install mdbook-svgbob2 \
79
- && /opt/cargo/bin/cargo install sccache \
+ && /opt/cargo/bin/cargo install mdbook sccache \
80
&& chmod -R 777 $RUSTUP_HOME \
81
&& chmod -R 777 $CARGO_HOME \
82
&& rm rustup.sh
0 commit comments