diff --git a/Dockerfile b/Dockerfile index c5958a3..7bbf778 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ ENV GID=23456 #RUN addgroup -S node \ # && adduser -D -g "" -h "/home/${USERhome}" -G "${USERhome}" -u "${UID}" "${USERhome}" +USER root COPY \ setup.sh \ extrapackages \