mirror of
https://github.com/xiaoqidun/goenv.git
synced 2024-11-22 16:16:46 +08:00
feat(更新版本): 更新go到1.16.3
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d5b20d80db
commit
72a97d3458
@ -1,5 +1,5 @@
|
|||||||
# 基础镜像
|
# 基础镜像
|
||||||
FROM golang:1.16.2-buster
|
FROM golang:1.16.3-buster
|
||||||
|
|
||||||
# 作者信息
|
# 作者信息
|
||||||
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
LABEL MAINTAINER="xiaoqidun@gmail.com"
|
||||||
@ -7,7 +7,7 @@ LABEL MAINTAINER="xiaoqidun@gmail.com"
|
|||||||
# 安装编译工具链
|
# 安装编译工具链
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
build-essential mingw-w64 upx-ucl file zip
|
build-essential mingw-w64 upx-ucl strace htop file zip
|
||||||
|
|
||||||
# 安装android ndk
|
# 安装android ndk
|
||||||
COPY android-ndk-r21e /usr/local/android-ndk-r21e
|
COPY android-ndk-r21e /usr/local/android-ndk-r21e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user