From 985880b50129a75943d2626e1345d50f973dca4e Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Mon, 7 Dec 2020 08:10:52 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ad09ae..4df12ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,8 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/foundryvtt/master/f ENV PUID=99 ENV GUID=100 -RUN addgroup -S 100 \ - && adduser -S -u 99 -D foundry -G 100 +# RUN addgroup -S 100 \ +# && adduser -S -u 99 -D foundry -G 100 # Install dependencies and folder creation RUN apt-get -y update && apt-get -y --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \