fix golint RUN

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-03-09 08:08:00 +01:00
parent 0715f36de8
commit c9d544c8fb

View File

@ -37,11 +37,9 @@ RUN set -x \
< "$DRV1/contrib/boto_header_patch.diff" \
&& dnf -y update && dnf install -y m2crypto
RUN go get github.com/golang/lint/golint
ENV GOPATH /usr/share/gocode:/go
RUN go get github.com/golang/lint/golint
WORKDIR /go/src/github.com/projectatomic/skopeo
COPY . /go/src/github.com/projectatomic/skopeo
#ENTRYPOINT ["hack/dind"]