

& curl -fSL -output PowerShell.Linux.圆4.$powershell_version.nupkg $powershell_version/PowerShell.Linux.圆4.$powershell_version.nupkg \ # Trigger first run experience by running arbitrary cmd RUN curl -fSL -output $DOTNET_SDK_VERSION/dotnet-sdk-$DOTNET_SDK_VERSION-linux-圆4.tar.gz \

& apt-get install -y -no-install-recommends \ POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-DotnetSDK-Ubuntu-22.04 # PowerShell telemetry for docker image usage # Skip extraction of XML docs - generally not useful within an image/container - helps performance # Enable correct mode for dotnet watch (only mode supported in a container) # Unset ASPNETCORE_URLS from aspnet base imageĭOTNET_GENERATE_ASPNET_CERTIFICATE=false \ I have used the following 3 docker files to build my aspnet core 7.0 web app for around 6 months without an issue on my iMac Pro using the latest OS version with all updgaded software running Docker Desktop for MAC.ġ - I build an ASPNET 7.0 SDK using: ARG REPO=/dotnet/aspnet
