From 0afbc8ccf9fcbaeaeb5eb25243d079285af7243c Mon Sep 17 00:00:00 2001 From: FoxyHunter Date: Mon, 1 Jun 2026 22:13:18 +0200 Subject: [PATCH] Fix: add missing cjson and zstd static libraries to Dockerfile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index c0700cd..cc6a17c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \