Skip to content

Commit

Permalink
Merge pull request #8 from kostasrim/add_missing_zlib_on_u24
Browse files Browse the repository at this point in the history
chore: add missing zlib on u24
  • Loading branch information
romange authored Mar 6, 2024
2 parents 8a3013d + 912e62d commit f052101
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 @@ -8,7 +8,7 @@ COPY ./get_mold.sh ./install_boost.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 \
libboost-context-dev libxml2-dev zip ccache \
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 f052101

Please sign in to comment.