We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbc492 commit f217e27Copy full SHA for f217e27
Dockerfile
@@ -10,6 +10,7 @@ FROM ubuntu:20.04 as build_qemu
10
ARG QEMU_VERSION=7.0.0
11
12
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 && \
14
apt-get update && \
15
DEBIAN_FRONTEND=noninteractive apt-get install -y wget build-essential libglib2.0-dev libfdt-dev libpixman-1-dev zlib1g-dev ninja-build
16
0 commit comments