From 9967d75370f9b87e957cfa5bdb80ecd1980757fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B3=BD=E6=B5=A9?= Date: Tue, 14 Nov 2023 19:32:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baseimage/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseimage/Dockerfile b/baseimage/Dockerfile index de35a11..103f37d 100644 --- a/baseimage/Dockerfile +++ b/baseimage/Dockerfile @@ -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