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