Add markdownlint-cli to docs image

This commit is contained in:
Evan Read 2019-07-09 09:08:35 +00:00 committed by Achilleas Pipinellis
parent 6edc690474
commit ebd6b5fd9e

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 \