주석 수정

This commit is contained in:
2025-06-27 10:30:34 +09:00
parent b27dbdd461
commit 62d83b4533

View File

@ -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 \