dex/Dockerfile
Eric Chiang bfe560ee21 rename
2016-08-10 22:31:42 -07:00

12 lines
164 B
Docker

FROM alpine:latest
MAINTAINER Eric Chiang <eric.chiang@coreos.com>
RUN apk add --update ca-certificates
COPY bin/dex /dex
ENTRYPOINT ["/dex"]
CMD ["version"]