mirror of
https://github.com/containers/skopeo.git
synced 2025-08-15 05:03:38 +00:00
fix golint RUN
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
0715f36de8
commit
c9d544c8fb
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user