feat(更新镜像): 裁剪镜像,删除goenv命令
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-07-06 21:05:25 +08:00
parent 87cf150e7b
commit 3bc3e7bad7
7 changed files with 22 additions and 127 deletions

View File

@ -1,5 +1,5 @@
# 基础镜像
FROM golang:1.20.5-bullseye
FROM golang:1.20.5-bookworm
# 作者信息
LABEL MAINTAINER="xiaoqidun@gmail.com"
@ -8,7 +8,6 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
RUN apt-get update \
&& apt-get install -y \
build-essential mingw-w64 \
iproute2 upx-ucl file zip \
&& rm -rf /var/lib/apt/lists/*
# 安装android ndk