Skip to content

Commit 1291ebb

Browse files
author
Chetan_konaganahalli
committed
fix package conflict
1 parent 47c158d commit 1291ebb

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
@@ -95,7 +95,7 @@ RUN curl -fsSLO https://dot.net/v1/dotnet-install.sh \
9595
&& rm ./dotnet-install.sh \
9696
&& dotnet help
9797

98-
RUN apt -y upgrade && apt -y install ca-certificates && \
98+
RUN apt -y update && apt -y upgrade && apt -y install ca-certificates && \
9999
apt -y install -t unstable \
100100
python3.13 \
101101
python3.13-venv \

0 commit comments

Comments
 (0)