update dockerfile
vintage-story-build-server / Docker prune (vm-docker-build2) (push) Successful in 4s
vintage-story-build-server / poll-debian-base-and-detect-changes (push) Successful in 6s
vintage-story-build-server / Build and Push server (push) Successful in 1m23s
vintage-story-build-server / generate-changelogs (push) Successful in 16s
vintage-story-build-server / generate-build-info (push) Successful in 9s

This commit is contained in:
2026-07-27 12:42:29 -07:00
parent bb9eb8f801
commit 1955fe0639
+1 -1
View File
@@ -7,7 +7,7 @@ ENV VS_VERSION=""
ENV USERNAME=""
# URL's for files
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/raw/branch/main/vanilla/install_script.sh
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/raw/branch/main/server/install_script.sh
# Install Dependencies.
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \