mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Merge branch 'update-node-and-yarn-in-danger-image' into 'master'
Update Node and Yarn in the Danger image Closes gitlab-ce#55237 See merge request gitlab-org/gitlab-build-images!152
This commit is contained in:
commit
b4212862f8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ ADD /scripts/ /scripts/
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y git \
|
&& apt-get install -y git \
|
||||||
&& /scripts/install-node 8.x 1.2.1-1 \
|
&& /scripts/install-node 10.x 1.12.3-1 \
|
||||||
&& apt-get autoremove -yq \
|
&& apt-get autoremove -yq \
|
||||||
&& apt-get clean -yqq \
|
&& apt-get clean -yqq \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue