diff --git a/src/ubuntu/22.04/amd64/Dockerfile b/src/ubuntu/22.04/amd64/Dockerfile index 7956d34bc..034fa453c 100644 --- a/src/ubuntu/22.04/amd64/Dockerfile +++ b/src/ubuntu/22.04/amd64/Dockerfile @@ -40,6 +40,7 @@ RUN apt-get update \ curl \ build-essential \ gettext \ + gcc-12 \ jq \ libgdiplus \ libicu-dev \ @@ -50,5 +51,7 @@ RUN apt-get update \ libtool \ libunwind8 \ libunwind8-dev \ + lld \ uuid-dev \ + zlib1g-dev \ && rm -rf /var/lib/apt/lists/*