From 89e8bdff7efa1bf136c0c19a4905ce41d66507ae Mon Sep 17 00:00:00 2001 From: Zoey Date: Sun, 17 Dec 2023 10:55:40 +0100 Subject: [PATCH] Update Dockerfile Signed-off-by: Zoey --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4cf2a36..18d1ca8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ ARG WS_VERSION=v5.6.4-stable RUN apk add --no-cache ca-certificates git build-base cmake autoconf automake libtool nghttp2-dev nghttp2-static ngtcp2-dev nghttp3-dev zlib-dev zlib-static zstd-dev zstd-static brotli-dev brotli-static && \ \ git clone --recursive --branch "$WS_VERSION" https://github.com/wolfSSL/wolfssl /src/wolfssl && \ + cd /src/wolfssl && \ /src/wolfssl/autogen.sh && \ /src/wolfssl/configure --prefix=/usr --enable-curl && \