From a017bc90a9319a0aa9fada69c7764dcd8c60d859 Mon Sep 17 00:00:00 2001 From: John Howard Date: Sat, 5 Nov 2016 21:05:06 -0700 Subject: [PATCH] Don't set GOROOT in dockerfile.Windows Signed-off-by: John Howard Upstream-commit: 3e75c5b68e8d311f4a29cca285560d2e49eae769 Component: engine --- components/engine/Dockerfile.windows | 1 - 1 file changed, 1 deletion(-) diff --git a/components/engine/Dockerfile.windows b/components/engine/Dockerfile.windows index 116d6616e2..c4f3c9b0f4 100644 --- a/components/engine/Dockerfile.windows +++ b/components/engine/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:\