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