Increment Alpine version

Also removes uneccessary dependencies.
This commit is contained in:
Evan Read 2019-06-21 07:28:12 +00:00 committed by Achilleas Pipinellis
parent c11948aabb
commit 3b9a4a6a23

View file

@ -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 \