From 81d8ab32ba1ac991948c916d532c827242738d91 Mon Sep 17 00:00:00 2001 From: Zach Loafman Date: Mon, 11 May 2015 10:08:17 -0700 Subject: [PATCH] Revert "release build broken on Docker 1.6" --- build/build-image/Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build/build-image/Dockerfile b/build/build-image/Dockerfile index edd5c346bfe..fe25315e9bb 100644 --- a/build/build-image/Dockerfile +++ b/build/build-image/Dockerfile @@ -22,12 +22,8 @@ ENV GOARM 5 ENV GOOS linux ENV GOARCH amd64 -# work around 64MB tmpfs size in Docker 1.6 -ENV TMPDIR /tmp.k8s - # Get the code coverage tool and godep -RUN mkdir $TMPDIR && \ - go get golang.org/x/tools/cmd/cover github.com/tools/godep +RUN go get golang.org/x/tools/cmd/cover github.com/tools/godep # We use rsync to copy some binaries around. It is faster (0.3s vs. 1.1s) on my # machine vs. `install`