From 0a111e60c4e80c75b1679b71a3b3087a42c75311 Mon Sep 17 00:00:00 2001 From: Kyle Wiebers Date: Tue, 10 Dec 2019 14:31:19 -0600 Subject: Install lsb-release for repo URL construction --- qa/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1