From 1b5e9eb28a6bcf8213538eb5ba08d5a4163f0f99 Mon Sep 17 00:00:00 2001 From: fithwum Date: Sat, 28 Jan 2023 06:13:20 -0800 Subject: [PATCH] Master --- debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index 21ab50f..10dad05 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 apk update && apt-get install --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ +RUN apt update && apt-get 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