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 \

View File

@@ -2,7 +2,7 @@
# Copyright (c) 2022 fithwum
# All rights reserved
VS_SERVER_FILE=https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_$MC_VERSION.tar.gz
VS_SERVER_FILE=https://cdn.vintagestory.at/gamefiles/stable/vs_server_linux-x64_$VS_VERSION.tar.gz
# Main install (Debian).
# Check for server files and download if needed.