mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Fix typos
This commit is contained in:
parent
2d3f7995b5
commit
72cf4f689b
1 changed files with 3 additions and 3 deletions
|
|
@ -10,9 +10,9 @@ ADD /scripts/ /scripts/
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y git \
|
&& apt-get install -y git \
|
||||||
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
|
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
|
||||||
&& apt-get install git-lfs
|
&& apt-get install git-lfs \
|
||||||
&& git lfs install
|
&& git lfs install \
|
||||||
&& /scripts/install-node 12.4.0 1.21.1-1 \
|
&& /scripts/install-node 12.4.0 1.21.1-1 \
|
||||||
&& yarn global add alex@7 \
|
&& yarn global add alex@7 \
|
||||||
&& yarn cache clean \
|
&& yarn cache clean \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue