digitalocean-dyndns/Dockerfile
2020-12-13 22:02:13 +00:00

6 lines
147 B
Docker

FROM alpine
MAINTAINER Alper Kanat <tunix@raptiye.org>
RUN apk --no-cache add curl jq bash
COPY dyndns.sh /
USER nobody
ENTRYPOINT exec /dyndns.sh