From fb7748ba56a384161f3144110141a010bbd1b514 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Mon, 22 Jun 2020 06:30:38 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index efe7167..09877b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,9 @@ RUN apk update && apk add --no-cache ca-certificates libstdc++ su-exec bash-comp USER foundry -ADD "${INSTALL_FILES}" /ftemp -RUN unzip /ftemp/foundryvtt-0.6.2.zip /ftemp/vtt +# ADD "${INSTALL_FILES}" /ftemp +RUN wget --no-cache "${INSTALL_FILES}" -O /ftemp/foundryvtt-0.6.2.zip \ + && unzip /ftemp/foundryvtt-0.6.2.zip /ftemp/vtt # directory where data is stored VOLUME /foundry