From 1e509ceca5e92239af0363ed527af208211c27ef Mon Sep 17 00:00:00 2001 From: Bai Date: Mon, 25 May 2026 17:32:44 +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 8fd121db0..320e03026 100644 --- a/Dockerfile-ee +++ b/Dockerfile-ee @@ -30,7 +30,7 @@ RUN set -ex \ RUN set -ex \ && python3 -c "import urllib.request; urllib.request.urlretrieve('https://github.com/guanzhi/GmSSL/releases/download/v${GMSSL_VERSION}/GmSSL-${GMSSL_VERSION}-Linux.sh', '/tmp/gmssl-install.sh')" \ && chmod +x /tmp/gmssl-install.sh \ - && /tmp/gmssl-install.sh --prefix=/usr/local \ + && /tmp/gmssl-install.sh --prefix=/usr/local --skip-license --include-subdir \ && echo "/usr/local/GmSSL-${GMSSL_VERSION}-Linux/lib" > /etc/ld.so.conf.d/gmssl.conf \ && ldconfig \ && rm -f /tmp/gmssl-install.sh \ No newline at end of file