Skip to content

Commit

Permalink
test-5
Browse files Browse the repository at this point in the history
  • Loading branch information
krrish-sehgal committed Dec 23, 2024
1 parent 160d4f4 commit 8d2369d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
RUN apt-get update && apt-get -y install google-chrome-stable


# Install chromedriver (matching installed chrome version)
RUN CHROME_VERSION=$(google-chrome-stable --version | awk '{print $3}' | sed 's/\..*//') && \
wget https://chromedriver.storage.googleapis.com/${CHROME_VERSION}.0/chromedriver_linux64.zip && \
unzip chromedriver_linux64.zip -d /usr/local/bin/ && \
rm chromedriver_linux64.zip

# Install Poetry and dependencies
RUN pip install poetry
RUN poetry config virtualenvs.create false
Expand Down

0 comments on commit 8d2369d

Please sign in to comment.