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:
Stan Hu 2019-02-01 18:21:22 +00:00
commit 86846db132

View file

@ -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/* \