Skip to content

Commit

Permalink
Merge pull request #6 from nvalerkos/master
Browse files Browse the repository at this point in the history
Updated to fix problem with google-chrome-stable depends on libgbm1 (…
  • Loading branch information
dimmg authored Nov 29, 2021
2 parents 67d686e + ee6b449 commit 82f2e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN FIREFOX_SETUP=firefox-setup.tar.bz2 && \


# install chromedriver and google-chrome

RUN apt install libgbm1 -y
RUN CHROMEDRIVER_VERSION=`curl -sS chromedriver.storage.googleapis.com/LATEST_RELEASE` && \
wget https://chromedriver.storage.googleapis.com/$CHROMEDRIVER_VERSION/chromedriver_linux64.zip && \
unzip chromedriver_linux64.zip -d /usr/bin && \
Expand Down

0 comments on commit 82f2e56

Please sign in to comment.