We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a58fb commit 96dffa6Copy full SHA for 96dffa6
1 file changed
Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get update && \
18
pip3 install --upgrade pip && \
19
pip3 install uv && \
20
rm -rf /var/lib/apt/lists/* \
21
- && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
22
23
WORKDIR /app
24
0 commit comments