No need to add git to golang:alpine now we have vendored all code

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-03-28 22:12:51 +01:00
parent f51deb84d4
commit e5716a634b
3 changed files with 0 additions and 6 deletions

View File

@ -1,7 +1,5 @@
FROM golang:alpine
RUN apk update && apk upgrade && apk add git
RUN mkdir -p /go/src/9pudc
WORKDIR /go/src/9pudc

View File

@ -1,7 +1,5 @@
FROM golang:alpine
RUN apk update && apk upgrade && apk add git
RUN mkdir -p /go/src/hupper
WORKDIR /go/src/hupper

View File

@ -1,7 +1,5 @@
FROM golang:alpine
RUN apk update && apk upgrade && apk add git
RUN mkdir -p /go/src/mdnstool
WORKDIR /go/src/mdnstool