From 7e60bdd22253550b76f7d8def4829aa131befc93 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Mon, 22 Jun 2020 06:08:40 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 28d7653..55a7907 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ ENV PUID=99 ENV GUID=100 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 RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \