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 13ac704 commit 9967d75
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 apt install fontconfig
RUN apt update && apt install fontconfig

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

Expand Down

0 comments on commit 9967d75

Please sign in to comment.