mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02: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 \
|
||||
&& 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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue