Update Dockerfile

This commit is contained in:
fithwum
2020-06-22 06:08:40 -07:00
parent 2049fc2032
commit 7e60bdd222

View File

@@ -7,7 +7,8 @@ ENV PUID=99
ENV GUID=100 ENV GUID=100
ENV F_VTT_VERSION=0.6.2 ENV F_VTT_VERSION=0.6.2
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 # Install dependencies and folder creation
RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \