diff --git a/.sync/containers/Ubuntu-22/Dockerfile b/.sync/containers/Ubuntu-22/Dockerfile index a4871c05..572e5581 100644 --- a/.sync/containers/Ubuntu-22/Dockerfile +++ b/.sync/containers/Ubuntu-22/Dockerfile @@ -55,6 +55,8 @@ RUN apt-get update && \ gnupg2 \ lcov \ libssl-dev \ + libxml-parser-perl \ + libxml-simple-perl \ lld \ llvm \ jq \ @@ -77,6 +79,8 @@ RUN apt-get update && \ {% endraw %}python{{ sync_version.python_version }}{% raw %} \ {% endraw %}python{{ sync_version.python_version }}{% raw %}-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 \ diff --git a/.sync/containers/Ubuntu-24/Dockerfile b/.sync/containers/Ubuntu-24/Dockerfile index 3ba6d191..c4749210 100644 --- a/.sync/containers/Ubuntu-24/Dockerfile +++ b/.sync/containers/Ubuntu-24/Dockerfile @@ -55,6 +55,8 @@ RUN apt-get update && \ gnupg2 \ lcov \ libssl-dev \ + libxml-parser-perl \ + libxml-simple-perl \ lld \ llvm \ jq \ @@ -74,6 +76,8 @@ RUN apt-get update && \ {% endraw %}python{{ sync_version.python_version }}{% raw %} \ {% endraw %}python{{ sync_version.python_version }}{% raw %}-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 \