FROM alpine MAINTAINER Alper Kanat RUN apk --no-cache add curl jq bash COPY dyndns.sh / USER nobody ENTRYPOINT exec /dyndns.sh