diff --git a/Dockerfile.danger b/Dockerfile.danger index a3223f4..167b4ac 100644 --- a/Dockerfile.danger +++ b/Dockerfile.danger @@ -10,9 +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 + && 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 \