dotnet-build (sha256:9692ec9a3a59b5d12c1ec8e5aff24f19e8573c84e410303ac601dad7b42f65dc)
Published 2026-03-09 20:56:56 +00:00 by prydaran
Installation
docker pull source.nanosoftware.us/prydaran/dotnet-build@sha256:9692ec9a3a59b5d12c1ec8e5aff24f19e8573c84e410303ac601dad7b42f65dcsha256:9692ec9a3a59b5d12c1ec8e5aff24f19e8573c84e410303ac601dad7b42f65dcImage layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1771804800' |
| RUN /bin/sh -c echo 'deb http://deb.debian.org/debian trixie-backports main' > /etc/apt/sources.list.d/backports.list # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y wget && wget https://packages.microsoft.com/config/debian/13/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb && apt-get update && apt-get install -y dotnet-sdk-9.0 git nodejs clang zlib1g-dev libkrb5-dev build-essential libssl-dev libicu-dev && rm -rf /var/lib/apt/lists/* # buildkit |