microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
27 stars 25 forks source link

Containers/Ubuntu-22/Dockerfile: Get iasl from Project Mu NuGet feed #227

Closed makubacki closed 1 year ago

makubacki commented 1 year ago

Resolves #228

Recently acpica.org has been unavailable, see: https://github.com/acpica/acpica/issues/888

Project Mu already publishes iasl to a NuGet feed. To fix the immediate container build issue and reduce external dependencies for the future, this change gets iasl from the NuGet feed instead of from acpica.org. A NuGet client application is not involved to keep the container build steps light.

The executable is moved to /usr/bin which is already on the system path.

Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com