mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Increment Alpine version
Also removes uneccessary dependencies.
This commit is contained in:
parent
c11948aabb
commit
3b9a4a6a23
1 changed files with 2 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.6.3-alpine3.8
|
||||
FROM ruby:2.6.3-alpine3.9
|
||||
MAINTAINER GitLab Documentation Team
|
||||
|
||||
WORKDIR /tmp
|
||||
|
|
@ -6,10 +6,7 @@ WORKDIR /tmp
|
|||
RUN apk update && apk upgrade && apk add --no-cache \
|
||||
build-base \
|
||||
bash \
|
||||
grep \
|
||||
yarn
|
||||
|
||||
RUN yarn global add markdownlint-cli && yarn cache clean
|
||||
grep
|
||||
|
||||
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