diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-04-12 19:02:54 +0000 |
---|---|---|
committer | GitLab Release Tools Bot <robert+release-tools@gitlab.com> | 2019-04-12 20:29:36 +0000 |
commit | 617f3169a5b5f2d30e354b3d0230846b11646e8c (patch) | |
tree | 633c1655129c1b656fcbfddbfdfae437a495427a | |
parent | 6b16ccdd8e460e9103e08609aa0728eddf449b91 (diff) | |
download | gitlab-ce-11-10-stable-prepare-rc7.tar.gz |
Merge branch 'sh-revert-untrusted-chrome-repo' into 'master'11-10-stable-prepare-rc7
Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'"
See merge request gitlab-org/gitlab-ce!27329
(cherry picked from commit c1ce15d687cfcc4e4b20b05f570a80507ad5cc24)
81566392 Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'"
-rw-r--r-- | qa/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile index ae3ec2acfdf..ca7f9accb70 100644 --- a/qa/Dockerfile +++ b/qa/Dockerfile @@ -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 |