1
0
Fork 0
mirror of https://github.com/tunix/digitalocean-dyndns synced 2024-04-26 05:53:37 +00:00
digitalocean-dyndns/Dockerfile
2020-12-14 12:57:34 +03:00

7 lines
144 B
Docker

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