Get more commands and files

This commit is contained in:
Peter Stuifzand 2018-07-09 22:01:22 +02:00
parent fe88320675
commit bae6ae44ef

View File

@ -1,7 +1,7 @@
# build stage
FROM golang:1.10.2-alpine3.7 AS build-env
RUN apk --no-cache add git
RUN go get github.com/pstuifzand/ekster/cmd/eksterd
RUN go get github.com/pstuifzand/ekster/...
# final stage
FROM alpine