Fix: add missing cjson and zstd static libraries to Dockerfile
This commit is contained in:
@@ -9,6 +9,9 @@ RUN apk add --no-cache \
|
|||||||
curl-dev \
|
curl-dev \
|
||||||
curl-static \
|
curl-static \
|
||||||
cjson-dev \
|
cjson-dev \
|
||||||
|
cjson-static \
|
||||||
|
zstd-dev \
|
||||||
|
zstd-static \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
openssl-libs-static \
|
openssl-libs-static \
|
||||||
nghttp2-dev \
|
nghttp2-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user