Skip to content

Commit fe2e178

Browse files
committed
update:兼容arm架构字体
1 parent 1c8b271 commit fe2e178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM bellsoft/liberica-runtime-container:jre-21-glibc
1818

1919
# 安装Nginx和字体库
2020
RUN apk update && \
21-
apk add --no-cache \
21+
apk add --no-cache --no-scripts \
2222
nginx \
2323
bash \
2424
fontconfig \

0 commit comments

Comments
 (0)