From 62d83b45338e78aa3e86b6a552f9c1916236325b Mon Sep 17 00:00:00 2001 From: KWON Date: Fri, 27 Jun 2025 10:30:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EC=84=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 40d3d4b..39809f5 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive -# 필수 패키지 설치 및 크롬 설치를 한 RUN 명령어로 통합 +# 필수 패키지 설치 및 크롬 설치 RUN apt-get update && \ apt-get install -y --no-install-recommends \ python3 python3-pip cron curl unzip wget xvfb \