mirror of
https://github.com/tunix/digitalocean-dyndns
synced 2024-12-22 04:49:52 +00:00
6 lines
130 B
Text
6 lines
130 B
Text
|
FROM alpine
|
||
|
MAINTAINER Alper Kanat <tunix@raptiye.org>
|
||
|
RUN apk --no-cache add curl jq
|
||
|
COPY dyndns.sh /
|
||
|
ENTRYPOINT exec /dyndns.sh
|