feat:remove files
Some checks failed
build-docker-images-for-multi-latest-release / build-and-push (push) Failing after 3m50s
Some checks failed
build-docker-images-for-multi-latest-release / build-and-push (push) Failing after 3m50s
This commit is contained in:
parent
4659271756
commit
6ab4244da7
@ -9,10 +9,10 @@ FROM fly6516.synology.me:8080/ubuntu:20.04
|
|||||||
# 设置环境变量
|
# 设置环境变量
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# 安装 QEMU 模拟器,支持多架构构建
|
## 安装 QEMU 模拟器,支持多架构构建
|
||||||
RUN apt-get update && apt-get install -y \
|
#RUN apt-get update && apt-get install -y \
|
||||||
qemu-user-static \
|
# qemu-user-static \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
# && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# 使用南京大学的 apt 源
|
# 使用南京大学的 apt 源
|
||||||
# RUN sed -i 's/archive.ubuntu.com/mirrors.nju.edu.cn/g' /etc/apt/sources.list
|
# RUN sed -i 's/archive.ubuntu.com/mirrors.nju.edu.cn/g' /etc/apt/sources.list
|
||||||
|
Loading…
Reference in New Issue
Block a user