Update Dockerfile.danger to add alex dependency

This commit is contained in:
James Lopez 2019-02-01 16:03:44 +00:00
parent 4a1d38b645
commit c60b5d21ef

View file

@ -6,6 +6,8 @@ ADD /scripts/ /scripts/
RUN apt-get update \
&& apt-get install -y git \
&& /scripts/install-node 10.x 1.12.3-1 \
&& yarn global add alex \
&& yarn cache clean \
&& apt-get autoremove -yq \
&& apt-get clean -yqq \
&& rm -rf /var/lib/apt/lists/* \