Skip to content

Commit

Permalink
Merge pull request #7 from kostasrim/fix_missing_deps
Browse files Browse the repository at this point in the history
fix: add missing dependencies for ubuntu-dev:22
  • Loading branch information
romange authored Feb 28, 2024
2 parents e4ff0ba + 711320c commit 91150fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion u22.04-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY ./get_mold.sh /tmp/
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 \
gcc-11 g++-11 libboost-fiber-dev libxml2-dev zip ccache \
gcc-11 g++-11 libboost-fiber-dev libxml2-dev zip ccache libzstd-dev \
debhelper moreutils pip jq lsof lcov libflatbuffers-dev \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 91150fb

Please sign in to comment.