From d8e5bca7024b79489185e3e86601a430f002f565 Mon Sep 17 00:00:00 2001 From: fithwum Date: Sat, 28 Jan 2023 06:16:26 -0800 Subject: [PATCH] updates --- alpine/files/Install_Script.sh | 2 +- debian/Dockerfile | 2 +- debian/files/Install_Script.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alpine/files/Install_Script.sh b/alpine/files/Install_Script.sh index 81f9515..a503476 100644 --- a/alpine/files/Install_Script.sh +++ b/alpine/files/Install_Script.sh @@ -3,7 +3,7 @@ # All rights reserved # Variables. -FVTT_VERSION=V11 +FVTT_VERSION=11 echo " " echo "Current FoundryVTT Release version is ${FVTT_VERSION}." diff --git a/debian/Dockerfile b/debian/Dockerfile index 10dad05..2ce7444 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -10,7 +10,7 @@ ENV GAME_PORT=30000 RUN addgroup foundry && adduser -q --disabled-password --ingroup foundry foundry # Install dependencies and folder creation -RUN apt update && apt-get install --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ +RUN apt update && apt install --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ && mkdir -p /foundry /ftemp \ && chmod 777 -R /foundry \ && chown 99:100 -R /foundry diff --git a/debian/files/Install_Script.sh b/debian/files/Install_Script.sh index 81f9515..a503476 100644 --- a/debian/files/Install_Script.sh +++ b/debian/files/Install_Script.sh @@ -3,7 +3,7 @@ # All rights reserved # Variables. -FVTT_VERSION=V11 +FVTT_VERSION=11 echo " " echo "Current FoundryVTT Release version is ${FVTT_VERSION}."