Skip to content

Commit 32513f5

Browse files
Repo File Sync: Add multilib to containers (#573)
synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
1 parent d99476b commit 32513f5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Containers/Ubuntu-24/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ RUN apt-get update && \
5252
gnupg2 \
5353
lcov \
5454
libssl-dev \
55+
libxml-parser-perl \
56+
libxml-simple-perl \
5557
lld \
5658
llvm \
5759
jq \
@@ -71,6 +73,8 @@ RUN apt-get update && \
7173
python3.12 \
7274
python3.12-venv \
7375
g++-${GCC_MAJOR_VERSION} gcc-${GCC_MAJOR_VERSION} \
76+
g++-${GCC_MAJOR_VERSION}-multilib \
77+
gcc-${GCC_MAJOR_VERSION}-multilib \
7478
gcc-${GCC_MAJOR_VERSION}-x86-64-linux-gnux32 \
7579
gcc-${GCC_MAJOR_VERSION}-aarch64-linux-gnu \
7680
gcc-${GCC_MAJOR_VERSION}-riscv64-linux-gnu \

0 commit comments

Comments
 (0)