Skip to content

Commit 4301954

Browse files
committed
Fix debian bookworm
1 parent 35cd1ae commit 4301954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/debian.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ RUN curl -fsSLO https://dot.net/v1/dotnet-install.sh \
9797
&& dotnet help
9898

9999
RUN apt -y update && apt -y upgrade && apt -y install ca-certificates && \
100-
apt -y install -t unstable \
100+
apt -y -o Dpkg::Options::="--force-overwrite" install -t unstable \
101101
python3.13 \
102102
python3.13-venv \
103103
python3-pip \

0 commit comments

Comments
 (0)