Skip to content

Commit

Permalink
chore: add clang dep to ubuntu 24.04 (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: kostas <[email protected]>
  • Loading branch information
kostasrim authored Jan 16, 2025
1 parent f7a80b4 commit 43cb96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion u24.04-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY ./get_mold.sh ./install_boost.sh /tmp/
# To avoid tzdata reconfigure
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y autoconf-archive bison cmake curl gdb git libssl-dev \
libunwind-dev libfl-dev ninja-build libtool \
libunwind-dev libfl-dev ninja-build libtool clang \
libboost-context-dev libxml2-dev zip ccache libzstd-dev \
debhelper moreutils pip jq lsof lcov libflatbuffers-dev wget \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 43cb96f

Please sign in to comment.