Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2020-09-02 07:41:42 +0300
committerEvan Read <eread@gitlab.com>2020-09-02 07:41:42 +0300
commit56b56802ed84875298763f38f551342eef26cfb8 (patch)
treeaa5b0ca9830f6de531b276301a34cc0e4787b00d /dockerfiles
parent616b1863fe8aef31a33fcea9c63e188525617b58 (diff)
Add cURL to the base image
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-base3
1 files changed, 2 insertions, 1 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base
index 99b85580..d3d5c002 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-base
+++ b/dockerfiles/Dockerfile.gitlab-docs-base
@@ -3,12 +3,13 @@
# are needed to build the docs site and run the tests.
#
FROM ruby:2.6.6-alpine3.12
-MAINTAINER GitLab Documentation Team
+MAINTAINER GitLab Technical Writing team
# Install dependencies
RUN apk add --no-cache -U \
bash \
build-base \
+ curl \
git \
gnupg \
gzip \