mirror of https://github.com/dexidp/dex.git
2 changed files with 27 additions and 1 deletions
@ -0,0 +1,11 @@
|
||||
FROM alpine:latest |
||||
|
||||
MAINTAINER Eric Chiang <eric.chiang@coreos.com> |
||||
|
||||
RUN apk add --update ca-certificates |
||||
|
||||
COPY bin/poke /poke |
||||
|
||||
ENTRYPOINT ["/poke"] |
||||
|
||||
CMD ["version"] |
||||
Loading…
Reference in new issue