Revert "Revert "release build broken on Docker 1.6""

pull/6/head
Zach Loafman 2015-05-11 10:15:27 -07:00
parent 671cdc882f
commit 4122b20c23
1 changed files with 5 additions and 1 deletions

View File

@ -22,8 +22,12 @@ 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 go get golang.org/x/tools/cmd/cover github.com/tools/godep
RUN mkdir $TMPDIR && \
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`