Browse code

Don't set GOROOT in dockerfile.Windows

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2016/11/06 13:05:06
Showing 1 changed files
... ...
@@ -127,7 +127,6 @@ SHELL ["powershell", "-command"]
127 127
 ENV GO_VERSION=1.7.3 `
128 128
     GIT_LOCATION=https://github.com/git-for-windows/git/releases/download/v2.10.1.windows.1/Git-2.10.1-64-bit.exe `
129 129
     GOPATH=C:\go `
130
-    GOROOT=C:\go `
131 130
     FROM_DOCKERFILE=1
132 131
 
133 132
 WORKDIR C:\