inital release of dockerized curl command to update duckdns entry

This commit is contained in:
2018-03-15 20:05:00 +00:00
committed by Hanjo Meinhardt
parent 00269a5e63
commit 1fca49d406
2 changed files with 12 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM alpine
RUN apk add -U --no-cache curl
COPY renew-dns.sh /etc/periodic/15min/renew-dns.sh
ENV VERBOSE false
CMD /etc/periodic/15min/renew-dns.sh && crond -f -d 8