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

Update Dockerfile

This commit is contained in:
Alper Kanat 2020-12-14 12:58:43 +03:00 committed by GitHub
parent 3bb7a0232b
commit 2a52ffae9d
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