Skip to content

Commit f217e27

Browse files
committed
fix(Dockerfile): replace security sources mirrors
1 parent 2cbc492 commit f217e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ FROM ubuntu:20.04 as build_qemu
1010
ARG QEMU_VERSION=7.0.0
1111

1212
RUN sed -i 's/archive.ubuntu.com/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list && \
13+
sed -i 's/security.ubuntu.com/mirrors.tuna.tsinghua.edu.cn/g' /etc/apt/sources.list && \
1314
apt-get update && \
1415
DEBIAN_FRONTEND=noninteractive apt-get install -y wget build-essential libglib2.0-dev libfdt-dev libpixman-1-dev zlib1g-dev ninja-build
1516

0 commit comments

Comments
 (0)