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 \