Merge branch 'add-markdownlint-cli-to-docs-image' into 'master'

Add markdownlint-cli to docs image

See merge request gitlab-org/gitlab-build-images!206
This commit is contained in:
Achilleas Pipinellis 2019-07-09 09:08:35 +00:00
commit eda8237401

View file

@ -6,7 +6,10 @@ WORKDIR /tmp
RUN apk update && apk upgrade && apk add --no-cache \
build-base \
bash \
grep
grep \
yarn
RUN yarn global add markdownlint-cli && yarn cache clean
RUN wget https://gitlab.com/gitlab-com/gitlab-docs/-/archive/master/gitlab-docs-master.tar.bz2 \
&& tar xvjf gitlab-docs-master.tar.bz2 \