A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/b5a118ad6b1328570d763ca2324327d5fdee47b2 below:

Removing browser drivers from GitPod config · SeleniumHQ/selenium@b5a118a · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+0

-23

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+0

-23

lines changed Original file line number Diff line number Diff line change

@@ -34,29 +34,6 @@ RUN apt-get update -qqy && \

34 34

apt-get -qy install google-chrome-stable firefox && \

35 35

rm -rf /var/lib/apt/lists/* /var/cache/apt/*

36 36 37 -

# Browser Drivers

38 - 39 -

RUN CHROME_MAJOR_VERSION=$(google-chrome --version | sed -E "s/.* ([0-9]+)(\.[0-9]+){3}.*/\1/") \

40 -

&& CHROME_DRIVER_VERSION=$(wget --no-verbose -O - "https://chromedriver.storage.googleapis.com/LATEST_RELEASE_${CHROME_MAJOR_VERSION}") \

41 -

&& echo "Using ChromeDriver version: "$CHROME_DRIVER_VERSION \

42 -

&& wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \

43 -

&& rm -rf /home/gitpod/selenium/chromedriver \

44 -

&& unzip /tmp/chromedriver_linux64.zip -d /home/gitpod/selenium \

45 -

&& rm /tmp/chromedriver_linux64.zip \

46 -

&& mv /home/gitpod/selenium/chromedriver /home/gitpod/selenium/chromedriver-$CHROME_DRIVER_VERSION \

47 -

&& chmod 755 /home/gitpod/selenium/chromedriver-$CHROME_DRIVER_VERSION \

48 -

&& sudo ln -fs /home/gitpod/selenium/chromedriver-$CHROME_DRIVER_VERSION /usr/bin/chromedriver

49 - 50 -

RUN GK_VERSION="0.31.0" \

51 -

&& echo "Using GeckoDriver version: "$GK_VERSION \

52 -

&& wget --no-verbose -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v$GK_VERSION/geckodriver-v$GK_VERSION-linux64.tar.gz \

53 -

&& rm -rf /home/gitpod/selenium/geckodriver \

54 -

&& tar -C /home/gitpod/selenium -zxf /tmp/geckodriver.tar.gz \

55 -

&& rm /tmp/geckodriver.tar.gz \

56 -

&& mv /home/gitpod/selenium/geckodriver /home/gitpod/selenium/geckodriver-$GK_VERSION \

57 -

&& chmod 755 /home/gitpod/selenium/geckodriver-$GK_VERSION \

58 -

&& ln -fs /home/gitpod/selenium/geckodriver-$GK_VERSION /usr/bin/geckodriver

59 - 60 37

# noVNC exposes VNC through a web page

61 38

ENV NOVNC_TAG="1.3.0" \

62 39

WEBSOCKIFY_TAG="0.10.0"

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4