From 56b56802ed84875298763f38f551342eef26cfb8 Mon Sep 17 00:00:00 2001 From: Evan Read Date: Wed, 2 Sep 2020 14:41:42 +1000 Subject: Add cURL to the base image --- dockerfiles/Dockerfile.gitlab-docs-base | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dockerfiles') 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 \ -- cgit v1.2.3