include bzip zstd lz4 and snappy libs for alpine docker file (#523)

This commit is contained in:
Malavan Sotheeswaran 2022-12-15 15:49:54 -05:00 committed by GitHub
parent 2498e0fc1f
commit f054ef7872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,10 @@ RUN set -eux; \
bash \
perl \
git \
bzip2-dev \
zstd-dev \
lz4-dev \
snappy-dev \
; \
cd /tmp && git clone --branch $BRANCH https://github.com/Snapchat/KeyDB.git --recursive; \
cd /tmp/KeyDB; \