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