mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'update-docker-file' into 'master'
Update Dockerfile.danger to add alex dependency See merge request gitlab-org/gitlab-build-images!157
This commit is contained in:
commit
86846db132
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@7 \
|
||||
&& 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