From 93ea50bd49f99302be59a206f80df8782ed3aed2 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Fri, 21 Sep 2018 17:39:03 +0200 Subject: [PATCH] Fixed non root permission issue --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e07e2aef..f5a784c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,4 +29,5 @@ RUN apk add -q --progress --no-cache --update openvpn ca-certificates iptables i addgroup -S nonrootusers && adduser -S nonrootuser -G nonrootusers COPY unbound.conf /etc/unbound/unbound.conf COPY entrypoint.sh / +RUN chmod +x entrypoint.sh ENTRYPOINT /entrypoint.sh \ No newline at end of file