include bzip zstd lz4 and snappy libs for alpine docker file (#523)
This commit is contained in:
parent
2498e0fc1f
commit
f054ef7872
@ -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; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user