We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3adee commit de387a7Copy full SHA for de387a7
build/docker/debian.Dockerfile
@@ -96,7 +96,7 @@ RUN curl -fsSLO https://dot.net/v1/dotnet-install.sh \
96
&& rm ./dotnet-install.sh \
97
&& dotnet help
98
99
-RUN apt -y update && apt -y upgrade && apt -y install ca-certificates && \
+RUN apt -y update && apt -y install ca-certificates && \
100
apt -y -o Dpkg::Options::="--force-overwrite" install -t unstable \
101
python3.13 \
102
python3.13-venv \
0 commit comments