mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update Dockerfile.danger to add alex dependency
This commit is contained in:
parent
4a1d38b645
commit
c60b5d21ef
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ 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 cache clean \
|
||||
&& 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