From fe2e178b194da18b12f55e68cdef7bb2da5c491f Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Wed, 28 Jan 2026 11:39:50 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=85=BC=E5=AE=B9arm=E6=9E=B6=E6=9E=84?= =?UTF-8?q?=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-web b/Dockerfile-web index a5cf85cc..6dccc5c7 100644 --- a/Dockerfile-web +++ b/Dockerfile-web @@ -18,7 +18,7 @@ FROM bellsoft/liberica-runtime-container:jre-21-glibc # 安装Nginx和字体库 RUN apk update && \ - apk add --no-cache \ + apk add --no-cache --no-scripts \ nginx \ bash \ fontconfig \