| # debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200' |
| ARG |
| ARG VINTAGESTORY_BRANCH |
| ARG VINTAGESTORY_BRANCH VINTAGESTORY_VERSION |
| |2 VINTAGESTORY_BRANCH=stable VINTAGESTORY_VERSION=1.20.10 /bin/sh -c apt-get update -y && apt-get install -y curl jq && curl -O https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb && dpkg -i *.deb && rm -f *.deb && apt-get update -y && apt-get install -y dotnet-runtime-${DOTNET_VERSION:-7.0} |
| WORKDIR /vintagestory |
| |2 VINTAGESTORY_BRANCH=stable VINTAGESTORY_VERSION=1.20.10 /bin/sh -c curl -O https://cdn.vintagestory.at/gamefiles/${VINTAGESTORY_BRANCH:-stable}/vs_server_linux-x64_${VINTAGESTORY_VERSION:-1.20.11}.tar.gz && tar -xzf *.tar.gz && rm -f *.tar.gz |
| COPY file:702034f0f940efffefeeef7c13c30fac2b38c12c58c66d6433c4b923f9c129fa in . |
| ENTRYPOINT ["/vintagestory/wrapper.sh"] |