From 6ab4244da70804290161cbc38ead2b3c4b754abb Mon Sep 17 00:00:00 2001 From: fly6516 Date: Wed, 1 Jan 2025 08:20:28 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Aremove=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 617e740..de92d70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,10 +9,10 @@ FROM fly6516.synology.me:8080/ubuntu:20.04 # 设置环境变量 ENV DEBIAN_FRONTEND=noninteractive -# 安装 QEMU 模拟器,支持多架构构建 -RUN apt-get update && apt-get install -y \ - qemu-user-static \ - && rm -rf /var/lib/apt/lists/* +## 安装 QEMU 模拟器,支持多架构构建 +#RUN apt-get update && apt-get install -y \ +# qemu-user-static \ +# && rm -rf /var/lib/apt/lists/* # 使用南京大学的 apt 源 # RUN sed -i 's/archive.ubuntu.com/mirrors.nju.edu.cn/g' /etc/apt/sources.list