File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -630,6 +630,7 @@ ENV RUSTUP_HOME=/home/.rustup
630
630
RUN curl --proto '=https' -v --tlsv1.2 -sSf https://sh.rustup.rs | \
631
631
sh -s -- -y -v --default-toolchain ${RUST_VERSION} --profile minimal --component rustfmt clippy &&\
632
632
/home/.cargo/bin/rustup default ${RUST_VERSION} &&\
633
+ /home/.cargo/bin/cargo install rustfilt &&\
633
634
mv /home/.cargo/bin/* /usr/bin
634
635
RUN cargo install rustfilt
635
636
@@ -686,9 +687,6 @@ ENV PATH=/usr/local/go/bin:/gobin:/usr/local/google-cloud-sdk/bin:$PATH
686
687
# Ruby support
687
688
ENV RUBYOPT="-KU -E utf-8:utf-8"
688
689
689
- # Rust support
690
- ENV PATH=/home/.cargo/bin/:$PATH
691
-
692
690
# Create the file system
693
691
COPY --link --from=base_os_context / /
694
692
COPY --link --from=binary_tools_context_base /out/ /
You can’t perform that action at this time.
0 commit comments