Files
virtual-kubelet/vendor/github.com/hyperhq/hypercli/docs/security/https/Dockerfile
2017-12-05 17:53:58 -06:00

11 lines
136 B
Docker

FROM debian
RUN apt-get update && apt-get install -yq openssl
ADD make_certs.sh /
WORKDIR /data
VOLUME ["/data"]
CMD /make_certs.sh