Skip to content

Commit

Permalink
add zstd-static
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jan 29, 2024
1 parent 55242f3 commit 2995d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN set -eu && \
musl-dev \
perl \
snappy-static \
zstd-static \
zlib-static

COPY ./bin/install-mimalloc ./bin/install-wasmvm ./bin/install-rocksdb /usr/local/bin/
Expand Down
1 change: 1 addition & 0 deletions bin/install-rocksdb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if [ -n "${ROCKSDB_VERSION}" ]; then
https://github.com/facebook/rocksdb ./
# busybox install doesn't support -C flag
sed -i "s/install -C/install/g" Makefile
# apk add zstd-static lz4-static zlib-static snappy-static
make -j$(nproc) static_lib
make install-static
else
Expand Down

0 comments on commit 2995d28

Please sign in to comment.