Block a user
vintage-story (latest)
Installation
docker pull gitea.fithwum.tech/fithwum/vintage-story:latestsha256:d8707aa2a7f053c59f6f7d1631edf3c6bc35c64859574acc550b9acff994ca64
Image Layers
| LABEL maintainer=fithwum |
| ADD file:5d9e70fd56e5799bdd66d9aab4e48df9c23b36e337115f55a493f8e81c11afab in / |
| CMD ["/bin/bash"] |
| LABEL maintainer=fithwum |
| ENV VS_CHANNEL= |
| ENV VS_VERSION= |
| ENV USERNAME= |
| ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/vintage-story/refs/heads/main/vanilla/install_script.sh |
| |1 INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/vintage-story/refs/heads/main/vanilla/install_script.sh /bin/sh -c 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-7.0 bzip2 jq wget procps pcregrep screen -y && adduser vintagestory && apt-get -y --fix-broken install && rm -rf /var/lib/apt/lists/* && update-ca-certificates -f; |
| |1 INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/vintage-story/refs/heads/main/vanilla/install_script.sh /bin/sh -c mkdir -p /VSserver /VSserver/server /VSserver/data /VStemp /VStemp/files && chmod 777 -R /VSserver /VStemp && chown 99:100 -R /VSserver /VStemp |
| ADD 9f66838cc4c1858aa02150b50b0d0af37d044ef4ad3eb88fff16c325b2396857 in /VStemp |
| |1 INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/vintage-story/refs/heads/main/vanilla/install_script.sh /bin/sh -c chmod +x /VStemp/install_script.sh |
| VOLUME [/VSserver] |
| CMD ["/bin/bash" "./VStemp/install_script.sh"] |
Labels
| Key | Value |
|---|---|
| maintainer | fithwum |