Skip to content

Commit

Permalink
Updated to fix problem with google-chrome-stable depends on libgbm1 (…
Browse files Browse the repository at this point in the history
…>= 8.1~0)
  • Loading branch information
nikolas-pvs committed Jul 23, 2020
1 parent 67d686e commit ee6b449
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 ee6b449

Please sign in to comment.