Skip to content

Commit

Permalink
del htop
Browse files Browse the repository at this point in the history
  • Loading branch information
王泽浩 committed Nov 15, 2023
1 parent c36ca75 commit 5237109
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字体,curl
RUN apt-get update && apt-get install -y fonts-dejavu fontconfig htop curl && apt-get clean
RUN apt-get update && apt-get install -y fonts-dejavu fontconfig curl && apt-get clean

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

Expand Down

0 comments on commit 5237109

Please sign in to comment.