diff --git a/debian/Dockerfile b/debian/Dockerfile index 2ce7444..db649b6 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 install --no-cache ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ +RUN apt update && apt install ca-certificates libstdc++ su-exec bash-completion tar nodejs npm \ && mkdir -p /foundry /ftemp \ && chmod 777 -R /foundry \ && chown 99:100 -R /foundry