Skip to content

Commit

Permalink
builds locally
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 26, 2024
1 parent 5ae0973 commit 97f5b3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM --platform=linux/amd64 ubuntu:24.04

ENV FIREFOX_VERSION="133.0"
ENV CHROME_VERSION="131.0.6778.241"
ENV PHANTOMJS_VERSION="2.1.1"
ENV GECKODRIVER_VERSION="0.35.0"

Expand Down Expand Up @@ -32,7 +31,7 @@ RUN wget https://github.com/mozilla/geckodriver/releases/download/v${GECKODRIVER
RUN geckodriver --version

# chrome setup
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_${CHROME_VERSION}_amd64.deb && \
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
$INSTALL ./google-chrome-stable_current_amd64.deb && \
rm google-chrome-stable_current_amd64.deb

Expand All @@ -56,6 +55,6 @@ RUN phantomjs --version
# install python dependencies
ADD requirements.txt .
RUN $INSTALL python3 python3-pip && \
pip install --upgrade pip && \
pip config set global.break-system-packages true && \
pip install -r requirements.txt && \
rm requirements.txt \

0 comments on commit 97f5b3f

Please sign in to comment.