From f43ab5f933a2f4c665ec022ba0993cae8a14e81b Mon Sep 17 00:00:00 2001 From: "mu-automation[bot]" <204385837+mu-automation[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 21:04:31 +0000 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops Signed-off-by: Project Mu UEFI Bot --- Containers/Ubuntu-24/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Containers/Ubuntu-24/Dockerfile b/Containers/Ubuntu-24/Dockerfile index 84d9ea64..11410423 100644 --- a/Containers/Ubuntu-24/Dockerfile +++ b/Containers/Ubuntu-24/Dockerfile @@ -52,6 +52,8 @@ RUN apt-get update && \ gnupg2 \ lcov \ libssl-dev \ + libxml-parser-perl \ + libxml-simple-perl \ lld \ llvm \ jq \ @@ -71,6 +73,8 @@ RUN apt-get update && \ python3.12 \ python3.12-venv \ g++-${GCC_MAJOR_VERSION} gcc-${GCC_MAJOR_VERSION} \ + g++-${GCC_MAJOR_VERSION}-multilib \ + gcc-${GCC_MAJOR_VERSION}-multilib \ gcc-${GCC_MAJOR_VERSION}-x86-64-linux-gnux32 \ gcc-${GCC_MAJOR_VERSION}-aarch64-linux-gnu \ gcc-${GCC_MAJOR_VERSION}-riscv64-linux-gnu \