diff --git a/build.sh b/build.sh index b970e6f..3ba3be7 100755 --- a/build.sh +++ b/build.sh @@ -53,10 +53,26 @@ tar xfJ \${TARBALL_PATH} cd curl-* echo "***Installing build dependencies..." -apk add gcc make musl-dev openssl-dev openssl-libs-static file +apk add gcc make musl-dev openssl-dev openssl-libs-static file \ + nghttp2-static nghttp2-dev \ + brotli-static brotli-dev \ + zlib-static zlib-dev \ + groff + +# Fix for libbrotlidec: +cd /usr/lib +ar -M <