1
0
Fork 0
mirror of https://github.com/tunix/digitalocean-dyndns synced 2024-05-06 09:43:38 +00:00
digitalocean-dyndns/Dockerfile

7 lines
144 B
Docker
Raw Permalink Normal View History

2016-01-23 16:47:35 +00:00
FROM alpine
2020-12-14 09:57:34 +00:00
MAINTAINER Alper Kanat <me@alperkan.at>
2020-12-13 22:02:13 +00:00
RUN apk --no-cache add curl jq bash
2016-01-23 16:47:35 +00:00
COPY dyndns.sh /
2016-01-23 21:29:05 +00:00
USER nobody
2016-01-23 16:47:35 +00:00
ENTRYPOINT exec /dyndns.sh