Fix some build failures

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: 1ff277ad8f
Component: cli
This commit is contained in:
Vincent Demeester
2017-12-01 11:11:27 +01:00
committed by Silvin Lubecki
parent 4b3a19ed1e
commit 4dba81f210
50 changed files with 7 additions and 18402 deletions

View File

@ -1,7 +1,7 @@
FROM golang:1.9.2-alpine3.6
RUN apk add -U git make bash coreutils ca-certificates openssh
RUN apk add -U git make bash coreutils ca-certificates
ARG VNDR_SHA=a6e196d8b4b0cbbdc29aebdb20c59ac6926bb384
RUN go get -d github.com/LK4D4/vndr && \