Commit eec2854c authored by Takuya Noguchi's avatar Takuya Noguchi

Use git package from buster on build-qa-image

git-lfs is in main in buster and later:

https://packages.debian.org/buster/git-lfsSigned-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent a1f33b7b
---
title: Use git packages from buster on build-qa-image
merge_request: 50867
author: Takuya Noguchi @tnir
type: other
......@@ -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
......
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