This commit is contained in:
2025-06-11 11:36:53 -07:00
parent 2e0859d77e
commit 9211dd60a7

View File

@@ -15,7 +15,7 @@ RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
&& dpkg -i packages-microsoft-prod.deb \
&& rm packages-microsoft-prod.deb \
&& apt-get -y update && apt-get install dotnet-sdk-7.0 bzip2 jq wget procps pcregrep screen -y \
&& adduser vintagestory -s /sbin/nologin \
&& adduser vintagestory \
&& apt-get -y --fix-broken install \
&& rm -rf /var/lib/apt/lists/* \
&& update-ca-certificates -f;