We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1be73d commit 38a2736Copy full SHA for 38a2736
docker/build-tools/Dockerfile
@@ -630,6 +630,7 @@ ENV RUSTUP_HOME=/home/.rustup
630
RUN curl --proto '=https' -v --tlsv1.2 -sSf https://sh.rustup.rs | \
631
sh -s -- -y -v --default-toolchain ${RUST_VERSION} --profile minimal --component rustfmt clippy &&\
632
/home/.cargo/bin/rustup default ${RUST_VERSION} &&\
633
+ /home/.cargo/bin/cargo install rustfilt &&\
634
mv /home/.cargo/bin/* /usr/bin
635
RUN cargo install rustfilt
636
@@ -686,9 +687,6 @@ ENV PATH=/usr/local/go/bin:/gobin:/usr/local/google-cloud-sdk/bin:$PATH
686
687
# Ruby support
688
ENV RUBYOPT="-KU -E utf-8:utf-8"
689
-# Rust support
690
-ENV PATH=/home/.cargo/bin/:$PATH
691
-
692
# Create the file system
693
COPY --link --from=base_os_context / /
694
COPY --link --from=binary_tools_context_base /out/ /
0 commit comments