Skip to content

Commit

Permalink
Merge pull request #3 from terra-money/fix/add-dev-static-libs
Browse files Browse the repository at this point in the history
Add -dev versions of static libs
  • Loading branch information
david-terra authored Feb 7, 2024
2 parents 08188f5 + ead9929 commit 3999cf3
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 3999cf3

Please sign in to comment.