mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Fix alex version
This commit is contained in:
parent
c60b5d21ef
commit
96c31269ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue