mirror of
https://github.com/xiaoqidun/goenv.git
synced 2026-03-16 12:04:44 +08:00
style(微调注释): 微调注释
This commit is contained in:
+2
-2
@@ -14,10 +14,10 @@ RUN apt-get update \
|
||||
autoconf libtool pkgconf git \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# 安装go-legacy-win7
|
||||
# 安装 Go
|
||||
COPY go-legacy-win7 /usr/local/go-legacy-win7
|
||||
|
||||
# 安装android ndk
|
||||
# 安装 NDK
|
||||
COPY android-ndk-r29 /usr/local/android-ndk-r29
|
||||
|
||||
# 环境变量
|
||||
|
||||
Reference in New Issue
Block a user