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.
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