feat(镜像脚本): 更新镜像脚本
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xiaoqidun 2024-07-17 09:04:16 +08:00
parent e7736b345f
commit 7e366ab17e
2 changed files with 2 additions and 2 deletions

@ -10,7 +10,7 @@ RUN sed -i "s|deb.debian.org|mirrors.ustc.edu.cn|g" /etc/apt/sources.list.d/debi
# 安装编译工具链
RUN apt-get update \
&& apt-get install -y \
build-essential mingw-w64 upx-ucl \
build-essential mingw-w64 \
&& rm -rf /var/lib/apt/lists/*
# 安装android ndk

@ -7,7 +7,7 @@ LABEL authors="xiaoqidun"
# 安装编译工具链
RUN apt-get update \
&& apt-get install -y \
build-essential mingw-w64 upx-ucl \
build-essential mingw-w64 \
&& rm -rf /var/lib/apt/lists/*
# 安装android ndk