We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are several instances of Azure Linux / CBL Mariner Dockerfiles installing PowerShell from PMC:
dotnet-buildtools-prereqs-docker/src/azurelinux/3.0/net9.0/crossdeps/amd64/Dockerfile
Lines 31 to 42 in 9a84524
These can be updated to simply install from the official Azure Linux repo. In other words, this works:
docker run --rm mcr.microsoft.com/azurelinux/base/core:3.0 tdnf install -y powershell
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are several instances of Azure Linux / CBL Mariner Dockerfiles installing PowerShell from PMC:
dotnet-buildtools-prereqs-docker/src/azurelinux/3.0/net9.0/crossdeps/amd64/Dockerfile
Lines 31 to 42 in 9a84524
These can be updated to simply install from the official Azure Linux repo. In other words, this works:
The text was updated successfully, but these errors were encountered: