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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2022-05-23 06:31:02 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2022-05-23 14:13:25 +0300
commit6286954ad9761fb1fc3eea924a45fd5a97ffcfa9 (patch)
tree9c348f50a5af2a492b667767d9e7a64892ea680b /dockerfiles
parentb1b77af68f51394f96ad22b45b3ef87dfc468521 (diff)
Remove the legacy variable around Nokogiri build
bootstrap.Dockerfile and builder.onbuild.Dockerfile are left as is in this change. See MR 1741 for detail: https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/1741 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/gitlab-docs-lint-html.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerfiles/gitlab-docs-lint-html.Dockerfile b/dockerfiles/gitlab-docs-lint-html.Dockerfile
index 003146cd..fdb0d2fe 100644
--- a/dockerfiles/gitlab-docs-lint-html.Dockerfile
+++ b/dockerfiles/gitlab-docs-lint-html.Dockerfile
@@ -54,4 +54,4 @@ WORKDIR /tmp/gitlab-docs/
RUN yarn install --frozen-lockfile \
&& yarn cache clean --all \
&& bundle update --bundler \
- && NOKOGIRI_USE_SYSTEM_LIBRARIES=1 bundle install --jobs 4
+ && bundle install --jobs 4