This commit is contained in:
2025-06-10 13:55:27 -07:00
parent 8582209cc5
commit 7d0a0cc021
2 changed files with 2 additions and 3 deletions

View File

@@ -2,13 +2,12 @@ FROM fithwum/base-image:debian-bullseye
LABEL maintainer "fithwum"
# Environment Variables
ENV GAME_PORT=""
ENV VS_VERSION=""
# URL's for files
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/vintage-story/-/raw/master/vanilla/install_script.sh
# Install java-17 & Dependencies.
# Install Dependencies.
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
&& apt-get install wget pgrep screen -y \
&& useradd vintagestory -s /sbin/nologin -m \