Skip to content
Snippets Groups Projects
Commit 2745e2c2 authored by Nick Bearson's avatar Nick Bearson
Browse files

adds git-lfs

parent 7ca93c28
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,14 @@ RUN apt-get update && apt-get install -y byacc bison diffutils flex make ...@@ -24,6 +24,14 @@ RUN apt-get update && apt-get install -y byacc bison diffutils flex make
# grab some convenience packages for using it as a build "machine" # grab some convenience packages for using it as a build "machine"
RUN apt-get install -y vim less tree screen unzip cvs subversion gdb valgrind RUN apt-get install -y vim less tree screen unzip cvs subversion gdb valgrind
# add git-lfs
RUN apt-get install -y software-properties-common
RUN add-apt-repository ppa:git-core/ppa
RUN apt-get update
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
RUN apt-get install -y git-lfs
# this is our install dir for everything non-core # this is our install dir for everything non-core
RUN mkdir -p ${OPT} RUN mkdir -p ${OPT}
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment