Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'"

This reverts commit 026c92d5fa, reversing
changes made to 8cda9d33a9.
This commit is contained in:
Stan Hu 2019-04-12 11:03:19 -07:00
parent c59f68e8d1
commit 8156639241
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ RUN wget -q https://download.docker.com/linux/static/stable/x86_64/docker-17.09.
#
RUN curl -sS -L https://dl.google.com/linux/linux_signing_key.pub | apt-key add -
RUN echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list
RUN apt-get update -q && apt-get install -y --allow-unauthenticated google-chrome-stable && apt-get clean
RUN apt-get update -q && apt-get install -y google-chrome-stable && apt-get clean
##
# Install chromedriver to make it work with Selenium