github.com/hustcat/docker@v1.3.3-0.20160314103604-901c67a8eeab/docs/security/https/Dockerfile (about)

     1  FROM debian
     2  
     3  RUN apt-get update && apt-get install -yq openssl
     4  
     5  ADD make_certs.sh /
     6  
     7  
     8  WORKDIR /data
     9  VOLUME ["/data"]
    10  CMD /make_certs.sh