We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8b271 commit fe2e178Copy full SHA for fe2e178
Dockerfile-web
@@ -18,7 +18,7 @@ FROM bellsoft/liberica-runtime-container:jre-21-glibc
18
19
# 安装Nginx和字体库
20
RUN apk update && \
21
- apk add --no-cache \
+ apk add --no-cache --no-scripts \
22
nginx \
23
bash \
24
fontconfig \
0 commit comments