Skip to content

Commit 16554c7

Browse files
committed
Remove redundant steps to build the rustfmt image
1 parent 0712e0d commit 16554c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustfmt/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG base_image=shepmaster/rust-nightly
22
FROM ${base_image}
33

4-
RUN rustup component add rustfmt
4+
# The base image takes care of all this for now
55

66
ENTRYPOINT ["/playground/tools/entrypoint.sh"]

0 commit comments

Comments
 (0)