Skip to content

Commit d721270

Browse files
authored
Merge pull request #2915 from xinnan-tech/test-arm64-docker
update:兼容arm架构字体
2 parents 21337e5 + fe2e178 commit d721270

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)