Commit ff635b51 authored by Stan Hu's avatar Stan Hu

Merge branch '39424-fix-qa-image' into 'master'

Install lsb-release for repo URL construction

Closes #39424

See merge request gitlab-org/gitlab!21510
parents 9fa5b1ed abf9201e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment