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 01fe2ce commit 62897a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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
RUN apt install fontconfig && apt install --update ttf-dejavu && fc-cache --force

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

Expand Down

0 comments on commit 62897a3

Please sign in to comment.