Skip to content

Commit de387a7

Browse files
committed
Remove apt upgrade to fix arm64 build QEMU segfault
1 parent 8f3adee commit de387a7

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

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

0 commit comments

Comments
 (0)