Sign inSign up

nuphion/dotnet-nativeaot

By nuphion

Updated over 4 years ago

Image
0

186

nuphion/dotnet-nativeaot repository overview

dotnet-nativeaot

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

Tag summary

Content type

Image

Digest

Size

445.4 MB

Last updated

over 4 years ago

docker pull nuphion/dotnet-nativeaot