mirror of
https://github.com/containers/skopeo.git
synced 2025-09-28 21:46:48 +00:00
Dockerfile: install golint package
Using `go get` with go modules has side-effects that we can avoid by installing golint from the Fedora repositories. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@@ -11,6 +11,7 @@ RUN dnf -y update && dnf install -y make git golang golang-github-cpuguy83-go-md
|
|||||||
# OpenShift deps
|
# OpenShift deps
|
||||||
which tar wget hostname util-linux bsdtar socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof docker iproute \
|
which tar wget hostname util-linux bsdtar socat ethtool device-mapper iptables tree findutils nmap-ncat e2fsprogs xfsprogs lsof docker iproute \
|
||||||
bats jq podman \
|
bats jq podman \
|
||||||
|
golint \
|
||||||
&& dnf clean all
|
&& dnf clean all
|
||||||
|
|
||||||
# Install two versions of the registry. The first is an older version that
|
# Install two versions of the registry. The first is an older version that
|
||||||
@@ -44,7 +45,6 @@ RUN set -x \
|
|||||||
ENV GOPATH /usr/share/gocode:/go
|
ENV GOPATH /usr/share/gocode:/go
|
||||||
ENV PATH $GOPATH/bin:/usr/share/gocode/bin:$PATH
|
ENV PATH $GOPATH/bin:/usr/share/gocode/bin:$PATH
|
||||||
RUN go version
|
RUN go version
|
||||||
RUN go get golang.org/x/lint/golint
|
|
||||||
WORKDIR /go/src/github.com/containers/skopeo
|
WORKDIR /go/src/github.com/containers/skopeo
|
||||||
COPY . /go/src/github.com/containers/skopeo
|
COPY . /go/src/github.com/containers/skopeo
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user