update dockerfine and install script
vintage-story-build-server / Docker prune (vm-docker-build2) (push) Successful in 6s
vintage-story-build-server / poll-debian-base-and-detect-changes (push) Successful in 15s
vintage-story-build-server / Build and Push server (push) Successful in 48s
vintage-story-build-server / generate-changelogs (push) Successful in 10s
vintage-story-build-server / generate-build-info (push) Successful in 25s

This commit is contained in:
2026-07-27 13:05:50 -07:00
parent 37aabe6c87
commit 69e652115b
2 changed files with 11 additions and 7 deletions
+1 -4
View File
@@ -11,10 +11,7 @@ ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/raw/branch/m
# Install Dependencies.
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-8.0 bzip2 jq wget procps pcregrep screen -y \
&& apt-get -y update && apt-get install -y bzip2 jq wget procps pcregrep screen \
&& adduser vintagestory \
&& apt-get -y --fix-broken install \
&& rm -rf /var/lib/apt/lists/* \