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 \
|
||||
|
||||
Reference in New Issue
Block a user