k3s/vendor/github.com/cloudflare/cfssl/Dockerfile.build

12 lines
173 B
Docker
Raw Normal View History

2019-01-12 04:58:27 +00:00
FROM golang:1.9.2
ENV USER root
WORKDIR /go/src/github.com/cloudflare/cfssl
COPY . .
# restore all deps and build
RUN go get github.com/mitchellh/gox
ENTRYPOINT ["gox"]