Commit f6e7a574 authored by Zach Loafman's avatar Zach Loafman

Merge pull request #8063 from GoogleCloudPlatform/revert-7927-docker_16_broken

Revert "release build broken on Docker 1.6"
parents d0fc289a 81d8ab32
...@@ -22,12 +22,8 @@ ENV GOARM 5 ...@@ -22,12 +22,8 @@ ENV GOARM 5
ENV GOOS linux ENV GOOS linux
ENV GOARCH amd64 ENV GOARCH amd64
# work around 64MB tmpfs size in Docker 1.6
ENV TMPDIR /tmp.k8s
# Get the code coverage tool and godep # Get the code coverage tool and godep
RUN mkdir $TMPDIR && \ RUN go get golang.org/x/tools/cmd/cover github.com/tools/godep
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 # We use rsync to copy some binaries around. It is faster (0.3s vs. 1.1s) on my
# machine vs. `install` # machine vs. `install`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment