Fix typos

This commit is contained in:
Albert Salim 2020-02-28 08:17:16 +00:00
parent 2d3f7995b5
commit 72cf4f689b

View file

@ -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 \