mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Update to latest Ruby and Alpine Linux. Also adds markdownlint-cli
This commit is contained in:
parent
87da2af869
commit
ef78344b84
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.5-alpine
|
||||
FROM ruby:2.5.3-alpine3.8
|
||||
MAINTAINER GitLab Documentation Team
|
||||
|
||||
WORKDIR /tmp
|
||||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue