Skip to content

Commit 96dffa6

Browse files
committed
dockerfile
1 parent 30a58fb commit 96dffa6

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
@@ -18,7 +18,7 @@ RUN apt-get update && \
1818
pip3 install --upgrade pip && \
1919
pip3 install uv && \
2020
rm -rf /var/lib/apt/lists/* \
21-
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
21+
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
2222

2323
WORKDIR /app
2424

0 commit comments

Comments
 (0)