mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix(dogfood): install rust-src component (#25349)
This commit is contained in:
@@ -205,7 +205,7 @@ RUN chmod a+x /usr/local/bin/configure-chrome-flags.sh && \
|
||||
ENV RUSTUP_HOME=/usr/local/rustup \
|
||||
CARGO_HOME=/usr/local/cargo
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
|
||||
sh -s -- -y --default-toolchain stable --profile default
|
||||
sh -s -- -y --default-toolchain stable --profile default -c rust-src
|
||||
ENV PATH=$CARGO_HOME/bin:$PATH
|
||||
|
||||
# NOTE: In scripts/Dockerfile.base we specifically install Terraform version 1.15.2.
|
||||
|
||||
@@ -212,7 +212,7 @@ RUN chmod a+x /opt/configure-chrome-flags.sh && \
|
||||
ENV RUSTUP_HOME=/usr/local/rustup \
|
||||
CARGO_HOME=/usr/local/cargo
|
||||
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
|
||||
sh -s -- -y --default-toolchain stable --profile default
|
||||
sh -s -- -y --default-toolchain stable --profile default -c rust-src
|
||||
ENV PATH=$CARGO_HOME/bin:$PATH
|
||||
|
||||
# NOTE: In scripts/Dockerfile.base we specifically install Terraform version 1.15.2.
|
||||
|
||||
Reference in New Issue
Block a user