Skip to content

Commit

Permalink
curl
Browse files Browse the repository at this point in the history
  • Loading branch information
王泽浩 committed Nov 15, 2023
1 parent 54e670f commit c36ca75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baseimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN curl -O https://arthas.aliyun.com/arthas-boot.jar

FROM openjdk:17-ea-jdk-slim

# 安装 fontconfig 和 ttf-dejavu字体
RUN apt-get update && apt-get install -y fonts-dejavu fontconfig htop && apt-get clean
# 安装 fontconfig 和 ttf-dejavu字体,curl
RUN apt-get update && apt-get install -y fonts-dejavu fontconfig htop curl && apt-get clean

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

Expand Down

0 comments on commit c36ca75

Please sign in to comment.