주석 수정
This commit is contained in:
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user