1
0
Fork 0
mirror of https://github.com/tunix/digitalocean-dyndns synced 2024-04-25 05:23:37 +00:00

Update Dockerfile

This commit is contained in:
Alper Kanat 2020-12-14 12:57:34 +03:00 committed by GitHub
parent 59a389e323
commit f9d6d9b7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
FROM alpine
MAINTAINER Alper Kanat <tunix@raptiye.org>
MAINTAINER Alper Kanat <me@alperkan.at>
RUN apk --no-cache add curl jq bash
COPY dyndns.sh /
USER nobody