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.

14 lines
205 B

4 years ago
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 /
4 years ago
CMD /acme.sh --cron --home "/root/.acme.sh" & sleep 10d