diff --git a/Dockerfile b/Dockerfile index 589615ac..845b0384 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]