mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +00:00
remove all uses of go get as everything vendored in #56
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
4d843f8281
commit
a762abd045
@ -10,6 +10,6 @@ COPY . /go/src/9pudc/
|
|||||||
ARG GOARCH
|
ARG GOARCH
|
||||||
ARG GOOS
|
ARG GOOS
|
||||||
|
|
||||||
RUN go get && go install
|
RUN go install
|
||||||
|
|
||||||
RUN [ -f /go/bin/*/9pudc ] && mv /go/bin/*/9pudc /go/bin/ || true
|
RUN [ -f /go/bin/*/9pudc ] && mv /go/bin/*/9pudc /go/bin/ || true
|
||||||
|
@ -10,6 +10,6 @@ COPY . /go/src/hupper/
|
|||||||
ARG GOARCH
|
ARG GOARCH
|
||||||
ARG GOOS
|
ARG GOOS
|
||||||
|
|
||||||
RUN go get && go install
|
RUN go install
|
||||||
|
|
||||||
RUN [ -f /go/bin/*/hupper ] && mv /go/bin/*/hupper /go/bin/ || true
|
RUN [ -f /go/bin/*/hupper ] && mv /go/bin/*/hupper /go/bin/ || true
|
||||||
|
@ -10,6 +10,6 @@ ARG GOOS
|
|||||||
|
|
||||||
COPY . /go/src/mdnstool/
|
COPY . /go/src/mdnstool/
|
||||||
|
|
||||||
RUN go get && go install
|
RUN go install
|
||||||
|
|
||||||
RUN [ -f /go/bin/*/mdnstool ] && mv /go/bin/*/mdnstool /go/bin/ || true
|
RUN [ -f /go/bin/*/mdnstool ] && mv /go/bin/*/mdnstool /go/bin/ || true
|
||||||
|
Loading…
Reference in New Issue
Block a user