dotnet / dotnet-buildtools-prereqs-docker

Used to maintain the Docker images hosted at the mcr.microsoft.com/dotnet-buildtools/prereqs image repository
MIT License
53 stars 102 forks source link

Add msquic to debian12 #939

Closed BrennanConroy closed 7 months ago

BrennanConroy commented 7 months ago

ASP.NET Core uses debian12 arm64 and it fails because quic isn't present.

@wfurt since you've updated msquic previously.

dotnet-issue-labeler[bot] commented 7 months ago

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

wfurt commented 7 months ago

I think the build failure is something @CarnaViire experienced - the repo does not work unless added twice in the row for some reason. I was debugging it and the apt-add-repository https://packages.microsoft.com/debian/12/prod creates only empty file on first run.

We can perhaps do something like

echo deb https://packages.microsoft.com/debian/12/prod bookworm main >> /etc/apt/sources.list.d/microsoft.list