Skip to content

Commit f4b7cf8

Browse files
authored
Add runtime build dependencies to ubuntu 22.04 image (#843)
1 parent 4567fbf commit f4b7cf8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/ubuntu/22.04/amd64/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RUN apt-get update \
4040
curl \
4141
build-essential \
4242
gettext \
43+
gcc-12 \
4344
jq \
4445
libgdiplus \
4546
libicu-dev \
@@ -50,5 +51,7 @@ RUN apt-get update \
5051
libtool \
5152
libunwind8 \
5253
libunwind8-dev \
54+
lld \
5355
uuid-dev \
56+
zlib1g-dev \
5457
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)