mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add markdownlint-cli to docs image
This commit is contained in:
parent
6edc690474
commit
ebd6b5fd9e
1 changed files with 4 additions and 1 deletions
|
|
@ -6,7 +6,10 @@ WORKDIR /tmp
|
||||||
RUN apk update && apk upgrade && apk add --no-cache \
|
RUN apk update && apk upgrade && apk add --no-cache \
|
||||||
build-base \
|
build-base \
|
||||||
bash \
|
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 \
|
RUN wget https://gitlab.com/gitlab-com/gitlab-docs/-/archive/master/gitlab-docs-master.tar.bz2 \
|
||||||
&& tar xvjf gitlab-docs-master.tar.bz2 \
|
&& tar xvjf gitlab-docs-master.tar.bz2 \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue