Skip to content

Commit

Permalink
Adding missing firefox dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei authored Jan 16, 2024
1 parent 9c697ef commit a5449b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ RUN export CHROMEDRIVER_VERSION=$(curl --silent https://chromedriver.storage.goo
ARG GECKODRIVER_VERSION=v0.28.0
ARG FIREFOX_VERSION=88.0

RUN apt-get update -y \
&& apt-get install -y --no-install-recommends libnss3 libdbus-glib-1-2 libgtk-3-0 libx11-xcb1

# geckodriver
RUN wget https://github.com/mozilla/geckodriver/releases/download/${GECKODRIVER_VERSION}/geckodriver-${GECKODRIVER_VERSION}-linux64.tar.gz -O /tmp/geckodriver.tar.gz && \
tar xvfz /tmp/geckodriver.tar.gz -C /tmp && \
Expand Down

0 comments on commit a5449b8

Please sign in to comment.