From 9118973ba70c8169f2b7ff563a661b6238c26612 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Thu, 23 May 2024 20:04:04 +0800 Subject: [PATCH] add ztsd-lib deps due to alpine 3.20 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c3e1823..535b015 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ base=docker.io/alpine:3 arch="" compiler="gcc" build_opts=" --enable-static --disable-ldap --enable-ipv6 --enable-unix-sockets -with-ssl --with-libssh2 --with-nghttp2=/usr --with-gssapi" -dev_deps="git zsh libssh2 libssh2-dev libssh2-static autoconf automake build-base groff openssl curl-dev python3 python3-dev libtool curl stunnel perl nghttp2 brotli brotli-dev krb5-dev libpsl-dev" -base_deps="brotli brotli-dev libssh2 nghttp2-dev libidn2 krb5 libpsl" +dev_deps="git zsh libssh2 libssh2-dev libssh2-static autoconf automake build-base groff openssl curl-dev python3 python3-dev libtool curl stunnel perl nghttp2 brotli brotli-dev krb5-dev libpsl-dev zstd-libs" +base_deps="brotli brotli-dev libssh2 nghttp2-dev libidn2 krb5 libpsl zstd-libs" ############################################## # debian dev image