Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Skarbek <jskarbek@gitlab.com>2019-12-13 17:31:30 +0300
committerJohn Skarbek <jskarbek@gitlab.com>2019-12-13 17:31:30 +0300
commitfeb48996e3312f08123388ef5f354ee414c46109 (patch)
treed9444cb86d6fbfe5d64be344934419c5f830b66a
parentb7318768554427142d85492c6ff0e97c807be0c7 (diff)
parentc3f2e9ddbdc30bf83086de5d9b1dd5d074f2333a (diff)
Merge branch 'backport-21510-12-1' into '12-1-stable'
Install lsb-release for repo URL construction See merge request gitlab/gitlabhq!3591
-rw-r--r--qa/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile
index 74be373b8e8..0cdd9dbb971 100644
--- a/qa/Dockerfile
+++ b/qa/Dockerfile
@@ -11,7 +11,7 @@ RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/s
# Update APT sources and install some 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
+RUN apt-get update && apt-get install -y wget unzip xvfb lsb-release
##
# Install some packages from backports