We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a756a commit 44e0b6eCopy full SHA for 44e0b6e
1 file changed
Dockerfile
@@ -71,5 +71,5 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="/usr/
71
# install rust via rustup
72
# https://www.rust-lang.org/tools/install
73
ENV RUST_VERSION 1.91.1
74
-RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${RUST_VERSION} --profile minimal \
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${RUST_VERSION} --profile default \
75
&& ln -s /root/.cargo/bin/* /usr/bin/
0 commit comments