mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 08:06:46 +08:00
This commit is contained in:
parent
3e0434781a
commit
beca7e7d40
@ -1,5 +1,5 @@
|
||||
# 基础镜像
|
||||
FROM golang:1.19.3-bullseye
|
||||
FROM golang:1.19.4-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 \
|
||||
iproute2 upx-ucl strace lsof htop tmux file zip
|
||||
iproute2 upx-ucl strace lsof htop tmux file zip git
|
||||
|
||||
# 安装android ndk
|
||||
COPY android-ndk-r25b /usr/local/android-ndk-r25b
|
||||
|
Loading…
x
Reference in New Issue
Block a user