Set user to root
This commit is contained in:
@@ -12,5 +12,7 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"
|
||||
RUN apk add --update --no-cache curl ca-certificates openssl git tar bash sqlite fontconfig tzdata \
|
||||
&& adduser -D -h /home/container container
|
||||
|
||||
USER root
|
||||
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
CMD [ "/bin/ash", "/entrypoint.sh" ]
|
||||
|
Reference in New Issue
Block a user