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 0712e0d commit 16554c7Copy full SHA for 16554c7
compiler/rustfmt/Dockerfile
@@ -1,6 +1,6 @@
1
ARG base_image=shepmaster/rust-nightly
2
FROM ${base_image}
3
4
-RUN rustup component add rustfmt
+# The base image takes care of all this for now
5
6
ENTRYPOINT ["/playground/tools/entrypoint.sh"]
0 commit comments