mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Don't set GOROOT in dockerfile.Windows
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
c5ceb0f945
commit
3e75c5b68e
1 changed files with 0 additions and 1 deletions
|
@ -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:\
|
||||
|
|
Loading…
Reference in a new issue