fixes
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user