We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c098a commit 056dfbeCopy full SHA for 056dfbe
compiler/base/Dockerfile
@@ -44,7 +44,8 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- \
44
-y \
45
--profile minimal \
46
--default-toolchain "${channel}" \
47
- --target wasm32-unknown-unknown
+ --target wasm32-unknown-unknown \
48
+ --component rustfmt
49
50
COPY --chown=playground entrypoint.sh /playground/tools/
51
0 commit comments