Skip to content

Commit

Permalink
We'll see
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb committed Oct 2, 2023
1 parent 1ec6d51 commit f355d06
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 @@ -3,8 +3,8 @@ FROM python:3.11-slim-bullseye
# Install dependencies for Chrome
RUN apt-get update && \
apt-get install -y wget unzip apt-utils && \
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.92/linux64/chrome-linux64.zip && \
dpkg -i google-chrome-stable_117.0.5938.92-1_amd64.deb; apt-get -fy install
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
dpkg -i google-chrome-stable_current_amd64.deb; apt-get -fy install

# Install Chromedriver
RUN wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.92/linux64/chromedriver-linux64.zip && \
Expand Down

0 comments on commit f355d06

Please sign in to comment.