You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
205 B

FROM centos:7
MAINTAINER iotcat (i@iotcat.me)
COPY acme.sh /
RUN yum -y install crontabs openssl socat openssl
RUN chmod +x /acme.sh
WORKDIR /
CMD /acme.sh --cron --home "/root/.acme.sh" & sleep 10d