Skip to content

Commit b0defad

Browse files
committed
No longer use mdbook-svgbob2
1 parent 3382926 commit b0defad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/ubuntu-2004-builder.Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ RUN cd /root \
7474
&& curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs \
7575
&& chmod 700 rustup.sh \
7676
&& ./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 \
77+
&& /opt/cargo/bin/cargo install mdbook sccache \
8078
&& chmod -R 777 $RUSTUP_HOME \
8179
&& chmod -R 777 $CARGO_HOME \
8280
&& rm rustup.sh

0 commit comments

Comments
 (0)