diff --git a/Dockerfile b/Dockerfile index ab81ae8..fb502f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine -MAINTAINER Alper Kanat +MAINTAINER Alper Kanat RUN apk --no-cache add curl jq bash COPY dyndns.sh / USER nobody