mirror of
https://github.com/xiaoqidun/goenv.git
synced 2026-09-23 06:14:46 +08:00
style(微调注释): 微调注释
This commit is contained in:
1 parent
d708c93086
commit
064a5a4369
2 files changed
+4
-4
No files matched your search
+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
|
||||
|
||||
# 环境变量
|
||||
|
||||
+2
-2
@@ -11,10 +11,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