summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-04-12 11:03:19 -0700
committerStan Hu <stanhu@gmail.com>2019-04-12 11:03:19 -0700
commit8156639241f4d49840bf32300d36050048d3a416 (patch)
tree8f7515623d7dac44d30c2171f7a3b64dfcc0b715
parentc59f68e8d11aeaf7d6d4d129a077929913da29ce (diff)
downloadgitlab-ce-sh-revert-untrusted-chrome-repo.tar.gz
Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'"sh-revert-untrusted-chrome-repo
This reverts commit 026c92d5fa82fac87386d5691c3d5b1e02f2eb5e, reversing changes made to 8cda9d33a96e34c3809dcaddcde2619cc4923c0b.
-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