Add git-lfs to danger image

This commit is contained in:
Albert Salim 2020-02-28 05:55:04 +00:00
parent cc680155e8
commit 2d3f7995b5

View file

@ -10,6 +10,9 @@ ADD /scripts/ /scripts/
RUN apt-get update \
&& apt-get install -y git \
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
&& apt-get install git-lfs
&& git lfs install
&& /scripts/install-node 12.4.0 1.21.1-1 \
&& yarn global add alex@7 \
&& yarn cache clean \