Update yarn version to the correct one

This commit is contained in:
Lukas Eipert 2018-12-12 16:15:41 +00:00
parent c981f973f9
commit d19f00aea1

View file

@ -5,7 +5,7 @@ ADD /scripts/ /scripts/
RUN apt-get update \
&& apt-get install -y git \
&& /scripts/install-node 10.x 1.12 \
&& /scripts/install-node 10.x 1.12.3-1 \
&& apt-get autoremove -yq \
&& apt-get clean -yqq \
&& rm -rf /var/lib/apt/lists/* \