From 20c54255f2f7d1f6d8c59523f4cde2c0c3a90a16 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 5 Sep 2022 17:41:02 -0700 Subject: [PATCH] updates --- debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index 46f4344..e40a727 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 && apk add --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ +RUN apk 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