mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 08:06:46 +08:00
This commit is contained in:
parent
b416798984
commit
e68a039e7d
@ -1,5 +1,5 @@
|
||||
# 基础镜像
|
||||
FROM golang:1.17-bullseye
|
||||
FROM golang:1.17.1-bullseye
|
||||
|
||||
# 作者信息
|
||||
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
@ -8,7 +8,7 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
build-essential mingw-w64 \
|
||||
upx-ucl strace htop tmux file zip
|
||||
iproute2 upx-ucl strace lsof htop tmux file zip
|
||||
|
||||
# 安装android ndk
|
||||
COPY android-ndk-r23 /usr/local/android-ndk-r23
|
||||
|
Loading…
x
Reference in New Issue
Block a user