From 9ea1fb134126dc77ab2ab3a4a5a7210f0bbd1b8e Mon Sep 17 00:00:00 2001 From: jjjh02 Date: Fri, 21 Mar 2025 00:07:30 +0900 Subject: [PATCH] =?UTF-8?q?mod::microdnf=20=EC=82=AC=EC=9A=A9=ED=95=B4?= =?UTF-8?q?=EC=84=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ontime-back/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ontime-back/Dockerfile b/ontime-back/Dockerfile index 3900282..e997a4a 100644 --- a/ontime-back/Dockerfile +++ b/ontime-back/Dockerfile @@ -1,6 +1,5 @@ FROM openjdk:17 -RUN apt-get update && \ - apt-get install -y tzdata && \ +RUN microdnf install -y tzdata && \ ln -snf /usr/share/zoneinfo/Asia/Seoul /etc/localtime && \ echo "Asia/Seoul" > /etc/timezone WORKDIR /app