Remove heavy rust stable toolchain

This commit is contained in:
Mikhail f. Shiryaev 2023-12-15 16:35:13 +01:00
parent 7844fcc196
commit 55467c5cfa
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -49,6 +49,7 @@ RUN curl https://sh.rustup.rs -sSf | bash -s -- -y && \
chmod 777 -R /rust && \
rustup toolchain install nightly-2023-07-04 && \
rustup default nightly-2023-07-04 && \
rustup toolchain remove stable && \
rustup component add rust-src && \
rustup target add x86_64-unknown-linux-gnu && \
rustup target add aarch64-unknown-linux-gnu && \