Skip to content

Commit

Permalink
Install libdeflate-dev in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn authored Jul 2, 2024
1 parent ba2cf14 commit 71cd665
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN export DEBIAN_FRONTEND="noninteractive" && apt-get update && apt-get install
libboost-all-dev \
libbrotli-dev \
libbz2-dev \
libdeflate-dev \
libdouble-conversion-dev \
libevent-dev \
libgflags-dev \
Expand Down Expand Up @@ -90,6 +91,7 @@ ARG CODE_BASE
RUN apt-get update && apt-get install -y \
libatomic1 \
libcurl4-nss-dev \
libdeflate-dev \
libgomp1 \
libhts-dev \
libjemalloc2 \
Expand Down

0 comments on commit 71cd665

Please sign in to comment.