From 8d2369debd6ad529804093a30597cf063de13e4b Mon Sep 17 00:00:00 2001 From: Krrish Sehgal <133865424+krrish-sehgal@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:30:40 +0530 Subject: [PATCH] test-5 --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9c754c3ff..bba50bc79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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