Skip to content

Commit

Permalink
Fix installing chrome driver
Browse files Browse the repository at this point in the history
  • Loading branch information
wm3ndez authored Jun 15, 2024
1 parent 40ffa66 commit e720190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN apt install unzip \
RUN wget https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61/linux64/chromedriver-linux64.zip \
&& unzip chromedriver-linux64.zip \
&& rm chromedriver-linux64.zip \
&& mv chromedriver /usr/bin/chromedriver
&& mv chromedriver-linux64/chromedriver /usr/bin/chromedriver

COPY requirements.txt .
RUN pip install -r requirements.txt
Expand Down

0 comments on commit e720190

Please sign in to comment.