summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2019-04-12 08:36:17 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2019-04-12 08:36:17 +0000
commit026c92d5fa82fac87386d5691c3d5b1e02f2eb5e (patch)
tree3156f59a4d0b245a783eebfb39d4f17f1ab7bde2
parent8cda9d33a96e34c3809dcaddcde2619cc4923c0b (diff)
parent84d6dd3ea3146e54a47791c029528e7004cd6a0e (diff)
downloadgitlab-ce-026c92d5fa82fac87386d5691c3d5b1e02f2eb5e.tar.gz
Merge branch 'sh-allow-unauth-chrome' into 'master'
Allow unauthenticated downloads of Chrome Closes #60441 See merge request gitlab-org/gitlab-ce!27297
-rw-r--r--qa/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile
index ca7f9accb70..ae3ec2acfdf 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 google-chrome-stable && apt-get clean
+RUN apt-get update -q && apt-get install -y --allow-unauthenticated google-chrome-stable && apt-get clean
##
# Install chromedriver to make it work with Selenium