fix: 配置文件修改。

This commit is contained in:
tianyongbao
2025-12-22 22:46:51 +08:00
parent 7c4317bf2f
commit 46926c971c
2 changed files with 42 additions and 0 deletions

View File

@@ -5,6 +5,12 @@ FROM openjdk:17
LABEL maintainer="Intc"
# 安装字体库,解决验证码生成时的字体加载问题
RUN apt-get update && apt-get install -y \
fontconfig \
fonts-dejavu-core \
&& rm -rf /var/lib/apt/lists/*
RUN mkdir -p /intc/server/logs \
/intc/server/temp \
/intc/skywalking/agent