run script as nobody
This commit is contained in:
parent
66661e7922
commit
f3824056f7
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@ FROM alpine
|
||||||
MAINTAINER Alper Kanat <tunix@raptiye.org>
|
MAINTAINER Alper Kanat <tunix@raptiye.org>
|
||||||
RUN apk --no-cache add curl jq
|
RUN apk --no-cache add curl jq
|
||||||
COPY dyndns.sh /
|
COPY dyndns.sh /
|
||||||
|
USER nobody
|
||||||
ENTRYPOINT exec /dyndns.sh
|
ENTRYPOINT exec /dyndns.sh
|
||||||
|
|
Loading…
Reference in a new issue