mirror of
https://github.com/tunix/digitalocean-dyndns
synced 2024-11-17 05:55:25 +00:00
5 lines
130 B
Docker
5 lines
130 B
Docker
FROM alpine
|
|
MAINTAINER Alper Kanat <tunix@raptiye.org>
|
|
RUN apk --no-cache add curl jq
|
|
COPY dyndns.sh /
|
|
ENTRYPOINT exec /dyndns.sh
|