Update Dockerfile

This commit is contained in:
fithwum
2021-03-09 13:34:37 -08:00
parent a4d11d0b5a
commit 59821f0db6

View File

@@ -6,8 +6,10 @@ 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 adduser -D -u 99 -G users -h /foundry -s /bin/bash foundry
#RUN addgroup -S 100 \
# && adduser -S -u 99 -D foundry -G 100
# Install dependencies and folder creation
RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \