add Makefiles and document their use in the README
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
FROM golang:1.8-alpine
|
||||
|
||||
RUN apk add -U git
|
||||
RUN apk add -U git make
|
||||
|
||||
RUN go get github.com/LK4D4/vndr && \
|
||||
cp /go/bin/vndr /usr/bin && \
|
||||
|
||||
Reference in New Issue
Block a user