Added certbot

This commit is contained in:
Deon George 2016-11-09 22:46:33 +11:00
parent 9143b5c0ba
commit e77fff2610

View File

@ -6,7 +6,7 @@
FROM registry.leenooks.net/leenooks/base:7
RUN yum -y install epel-release && yum clean all
RUN yum -y install ln-nginx && yum clean all
RUN yum -y install certbot nginx ln-nginx && yum clean all
EXPOSE 80 443