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:
authorAchilleas Pipinellis <axil@gitlab.com>2021-06-16 18:15:04 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-06-16 18:15:04 +0300
commit9c6dd27a9f017ae9c25b38e81ad1bc29fec4a8d1 (patch)
tree435db4de1a6c0c4d7eee2468875e65cc2f1f7623 /dockerfiles
parent8d7b1825f9b3af99c21c2c6e5be723f882baff46 (diff)
Add jq to dependencies of the base image
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-base1
1 files changed, 1 insertions, 0 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-base b/dockerfiles/Dockerfile.gitlab-docs-base
index 8c0d62ae..4a5a882c 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-base
+++ b/dockerfiles/Dockerfile.gitlab-docs-base
@@ -15,6 +15,7 @@ RUN apk add --no-cache -U \
go \
grep \
gzip \
+ jq \
libcurl \
libxslt \
libxslt-dev \