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-static \
|
||||
cjson-dev \
|
||||
cjson-static \
|
||||
zstd-dev \
|
||||
zstd-static \
|
||||
openssl-dev \
|
||||
openssl-libs-static \
|
||||
nghttp2-dev \
|
||||
|
||||
Reference in New Issue
Block a user