1
0
Fork 0
mirror of https://github.com/tunix/digitalocean-dyndns synced 2024-05-18 21:53:38 +00:00
digitalocean-dyndns/Dockerfile

6 lines
130 B
Docker
Raw Normal View History

2016-01-23 16:47:35 +00:00
FROM alpine
MAINTAINER Alper Kanat <tunix@raptiye.org>
RUN apk --no-cache add curl jq
COPY dyndns.sh /
ENTRYPOINT exec /dyndns.sh