Fix alex version

This commit is contained in:
James Lopez 2019-02-01 16:05:01 +00:00
parent c60b5d21ef
commit 96c31269ac

View file

@ -6,7 +6,7 @@ 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 global add alex@7 \
&& yarn cache clean \
&& apt-get autoremove -yq \
&& apt-get clean -yqq \