feat(镜像大小): 删除镜像缓存文件
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
xiaoqidun 2023-04-13 10:28:33 +08:00
parent 82fb7da3ed
commit 8f4b4797b9
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,8 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
RUN apt-get update \
&& apt-get install -y \
build-essential mingw-w64 \
iproute2 upx-ucl file zip
iproute2 upx-ucl file zip \
&& rm -rf /var/lib/apt/lists/*
# 安装android ndk
COPY android-ndk-r25c /usr/local/android-ndk-r25c

View File

@ -30,7 +30,7 @@ func main() {
}
}
docker := &DockerGoEnv{
Image: "hkccr.ccs.tencentyun.com/xiaoqidun/goenv",
Image: "ccr.ccs.tencentyun.com/xiaoqidun/goenv",
Binary: binary,
WorkDir: "/go/src/app",
AutoDelete: true,