Skip to content

Commit 056dfbe

Browse files
committed
Install rustfmt on all channels
1 parent 03c098a commit 056dfbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/base/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- \
4444
-y \
4545
--profile minimal \
4646
--default-toolchain "${channel}" \
47-
--target wasm32-unknown-unknown
47+
--target wasm32-unknown-unknown \
48+
--component rustfmt
4849

4950
COPY --chown=playground entrypoint.sh /playground/tools/
5051

0 commit comments

Comments
 (0)