This image contains the dotnet sdk with nativeaot requirements pre-installed, to save CI/CD tools having to apt-get install them every build.
The entire Dockerfile is:
FROM mcr.microsoft.com/dotnet/sdk:6.0
RUN apt-get update && apt-get install -y clang zlib1g-dev libkrb5-dev
Content type
Image
Digest
Size
445.4 MB
Last updated
over 4 years ago
docker pull nuphion/dotnet-nativeaot