浏览代码

Merge pull request #28104 from Microsoft/jjh/nogoroot

Don't set GOROOT in dockerfile.Windows
Akihiro Suda 8 年之前
父节点
当前提交
b34b29e237
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Dockerfile.windows

+ 0 - 1
Dockerfile.windows

@@ -127,7 +127,6 @@ SHELL ["powershell", "-command"]
 ENV GO_VERSION=1.7.3 `
     GIT_LOCATION=https://github.com/git-for-windows/git/releases/download/v2.10.1.windows.1/Git-2.10.1-64-bit.exe `
     GOPATH=C:\go `
-    GOROOT=C:\go `
     FROM_DOCKERFILE=1
 
 WORKDIR C:\