Skip to content

Commit

Permalink
字体
Browse files Browse the repository at this point in the history
  • Loading branch information
王泽浩 committed Nov 14, 2023
1 parent acdf0d8 commit 01fe2ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions baseimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ RUN curl -O https://arthas.aliyun.com/arthas-boot.jar

FROM openjdk:17-ea-jdk-slim

# 安装 fontconfig 和 ttf-dejavu字体
RUN apk add fontconfig && apk add --update ttf-dejavu && fc-cache --force

COPY --from=skyBuilder /skywalking/agent /skywalking

COPY --from=skyBuilder /skywalking/agent/optional-plugins/apm-jackson-2.x-plugin-9.0.0.jar /skywalking/plugins
Expand Down

0 comments on commit 01fe2ce

Please sign in to comment.