From 50dcb8008e2fb2037101d792537c8328e5a27400 Mon Sep 17 00:00:00 2001 From: hocaron Date: Sat, 15 Feb 2025 00:54:31 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mashup-admin/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mashup-admin/Dockerfile b/mashup-admin/Dockerfile index cf5b0266..91be3399 100644 --- a/mashup-admin/Dockerfile +++ b/mashup-admin/Dockerfile @@ -3,6 +3,8 @@ ENV TZ=Asia/Seoul ENV JAVA_OPTS="-Djava.awt.headless=true" RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN mkdir -p /logs + +apk add --no-cache freetype ttf-dejavu fontconfig libfreetype6 #COPY scouter /scouter #ARG SCOUTER_OBJECT_NAME #ARG SCOUTER_HOST