Skip to content

Commit 44e0b6e

Browse files
authored
Update Dockerfile
1 parent 52a756a commit 44e0b6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_UNMANAGED_INSTALL="/usr/
7171
# install rust via rustup
7272
# https://www.rust-lang.org/tools/install
7373
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 \
74+
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain ${RUST_VERSION} --profile default \
7575
&& ln -s /root/.cargo/bin/* /usr/bin/

0 commit comments

Comments
 (0)