diff --git a/Dockerfile.danger b/Dockerfile.danger index 5269e76..a3223f4 100644 --- a/Dockerfile.danger +++ b/Dockerfile.danger @@ -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 \