Skip to content

Commit

Permalink
Add -dev versions of static libs
Browse files Browse the repository at this point in the history
  • Loading branch information
david-terra committed Feb 7, 2024
1 parent 08188f5 commit ead9929
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ RUN set -eu && \
gcompat \
linux-headers \
lz4-static \
lz4-dev \
musl-dev \
perl \
snappy-static \
zlib-static
snappy-dev \
zlib-static \
zlib-dev

COPY ./bin/install-mimalloc ./bin/install-wasmvm ./bin/install-rocksdb /usr/local/bin/

Expand Down

0 comments on commit ead9929

Please sign in to comment.