Fix some build failures

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester
2017-12-01 11:11:27 +01:00
committed by Silvin Lubecki
parent 8417e49792
commit 1ff277ad8f
50 changed files with 7 additions and 18402 deletions
+1 -1
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 && \