diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2018-10-15 17:10:38 +1100 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2018-10-15 17:10:38 +1100 |
commit | 77f077b4cf49d1ab9a94e54c085367ade0b27cdd (patch) | |
tree | e2d82b20601fac4c0ab6d2109d676dab875106a4 /qa | |
parent | 6d0f030aa7e590ba6c160cc3b7ca52058a855e14 (diff) | |
download | gitlab-ce-77f077b4cf49d1ab9a94e54c085367ade0b27cdd.tar.gz |
Install git-lfs from stretch-backports
Diffstat (limited to 'qa')
-rw-r--r-- | qa/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile index db1e6c9a84c..9956ced0ef6 100644 --- a/qa/Dockerfile +++ b/qa/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y wget unzip xvfb ## # Install some packages from backports # -RUN apt-get -y -t stretch-backports install git +RUN apt-get -y -t stretch-backports install git git-lfs ## # Install Docker |