updates
This commit is contained in:
@@ -2,7 +2,9 @@ FROM fithwum/base-image:debian-bookworm
|
||||
LABEL maintainer "fithwum"
|
||||
|
||||
# Environment Variables
|
||||
ENV VS_CHANNEL="stable"
|
||||
ENV VS_VERSION=""
|
||||
ENV USERNAME="vintagestory"
|
||||
|
||||
# URL's for files
|
||||
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/vintage-story/-/raw/master/vanilla/install_script.sh
|
||||
@@ -12,7 +14,7 @@ RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
|
||||
&& wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb \
|
||||
&& dpkg -i packages-microsoft-prod.deb \
|
||||
&& rm packages-microsoft-prod.deb \
|
||||
&& apt-get -y update && apt-get install dotnet-sdk-9.0 bzip2 jq wget pcregrep screen -y \
|
||||
&& apt-get -y update && apt-get install dotnet-sdk-7.0 bzip2 jq wget pcregrep screen -y \
|
||||
&& useradd vintagestory -s /sbin/nologin -m \
|
||||
&& apt-get -y --fix-broken install \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
|
||||
Reference in New Issue
Block a user