Install git-lfs from stretch-backports

This commit is contained in:
Ash McKenzie 2018-10-15 17:10:38 +11:00
parent 6d0f030aa7
commit 77f077b4cf
No known key found for this signature in database
GPG key ID: A1253B4953E8D3E6

View file

@ -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