From 6aaeaca0338c7f8b2e7c7fe3d2df29aa01897e85 Mon Sep 17 00:00:00 2001 From: Bai Date: Mon, 25 May 2026 16:57:46 +0800 Subject: [PATCH] feat: modify dockerfile-ee --- Dockerfile-ee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-ee b/Dockerfile-ee index 1809e321a..7836977e9 100644 --- a/Dockerfile-ee +++ b/Dockerfile-ee @@ -28,7 +28,7 @@ RUN set -ex \ && rm -rf /root/.cache/ RUN set -ex \ - && wget -q -O /tmp/gmssl-install.sh \ + && curl -fsSL -o /tmp/gmssl-install.sh \ "https://github.com/guanzhi/GmSSL/releases/download/v${GMSSL_VERSION}/GmSSL-${GMSSL_VERSION}-Linux.sh" \ && chmod +x /tmp/gmssl-install.sh \ && /tmp/gmssl-install.sh --prefix=/usr/local \