feat: modify dockerfile-ee

This commit is contained in:
Bai
2026-05-25 16:57:46 +08:00
parent 0d15c50e1f
commit 6aaeaca033

View File

@@ -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 \