Skip to content

Commit

Permalink
Add runtime build dependencies to ubuntu 22.04 image (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbomer authored Apr 14, 2023
1 parent 4567fbf commit f4b7cf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ubuntu/22.04/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUN apt-get update \
curl \
build-essential \
gettext \
gcc-12 \
jq \
libgdiplus \
libicu-dev \
Expand All @@ -50,5 +51,7 @@ RUN apt-get update \
libtool \
libunwind8 \
libunwind8-dev \
lld \
uuid-dev \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit f4b7cf8

Please sign in to comment.