Skip to content

Commit

Permalink
test: chrome 설치 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-heo authored Jun 14, 2024
1 parent fc462e6 commit 67f24d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ RUN apt-get update && apt-get install -y python3 python3-pip wget unzip curl &&

RUN ln -snf /usr/share/zoneinfo/Asia/Seoul /etc/localtime

RUN wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.198-1_amd64.deb && \
apt -y install ./google-chrome-stable_114.0.5735.198-1_amd64.deb
# RUN wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.198-1_amd64.deb && \
# apt -y install ./google-chrome-stable_114.0.5735.198-1_amd64.deb

# RUN wget -O /tmp/chromedriver.zip https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_linux64.zip && \
# unzip /tmp/chromedriver.zip -d /usr/bin && \
Expand Down

0 comments on commit 67f24d8

Please sign in to comment.