summaryrefslogtreecommitdiff
path: root/qa/Dockerfile
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-06 03:10:22 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-06 03:10:22 +0000
commitb1e7ea9111b4c466c30202464ad3172219e865a9 (patch)
treeec28f239942c7ac7ef8f45fdea2642a7fc42f3ad /qa/Dockerfile
parentbc439e2eed92ed397ac40e5f09a1b36cf42b2c83 (diff)
downloadgitlab-ce-b1e7ea9111b4c466c30202464ad3172219e865a9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Dockerfile')
-rw-r--r--qa/Dockerfile14
1 files changed, 2 insertions, 12 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile
index 925c9758450..d040bddfc7f 100644
--- a/qa/Dockerfile
+++ b/qa/Dockerfile
@@ -9,20 +9,10 @@ ENV CHROME_DEB="google-chrome-stable_${CHROME_VERSION}_amd64.deb"
ENV CHROME_URL="https://s3.amazonaws.com/gitlab-google-chrome-stable/${CHROME_DEB}"
##
-# Add support for stretch-backports
-#
-RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
-
-##
-# Update APT sources and install some dependencies
+# Update APT sources and install dependencies
#
RUN sed -i "s/httpredir.debian.org/ftp.us.debian.org/" /etc/apt/sources.list
-RUN apt-get update && apt-get install -y wget unzip xvfb lsb-release
-
-##
-# Install some packages from backports
-#
-RUN apt-get -y -t stretch-backports install git git-lfs
+RUN apt-get update && apt-get install -y wget unzip xvfb lsb-release git git-lfs
##
# Install Docker