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

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

View File

@ -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