summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-04-12 19:02:54 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-04-12 19:02:54 +0000
commitc1ce15d687cfcc4e4b20b05f570a80507ad5cc24 (patch)
tree955ed76d10ea04ae62719e2f5fc716e9e1a12623
parent44be329d59bc20598c2c2f310d4f3029c8dd25a9 (diff)
parent8156639241f4d49840bf32300d36050048d3a416 (diff)
downloadgitlab-ce-c1ce15d687cfcc4e4b20b05f570a80507ad5cc24.tar.gz
Merge branch 'sh-revert-untrusted-chrome-repo' into 'master'
Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'" See merge request gitlab-org/gitlab-ce!27329
-rw-r--r--qa/Dockerfile2
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