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-02-26 06:57:10 +0300
committerEvan Read <eread@gitlab.com>2020-02-26 06:57:10 +0300
commiteb8e6720b0ebe02a62363150c4b8c372d36c39f1 (patch)
treefded76b668c365a3d253a766dfc63cee52f25b5a /dockerfiles
parent0867704332268a9609f0510b23d9f2721a5ba4c4 (diff)
Install Node dependencies for linting
Diffstat (limited to 'dockerfiles')
-rw-r--r--dockerfiles/Dockerfile.gitlab-docs-lint1
1 files changed, 1 insertions, 0 deletions
diff --git a/dockerfiles/Dockerfile.gitlab-docs-lint b/dockerfiles/Dockerfile.gitlab-docs-lint
index 468f8c4c..7a500cee 100644
--- a/dockerfiles/Dockerfile.gitlab-docs-lint
+++ b/dockerfiles/Dockerfile.gitlab-docs-lint
@@ -39,4 +39,5 @@ RUN wget https://gitlab.com/gitlab-org/gitlab-docs/-/archive/$CI_COMMIT_REF_NAME
&& rm gitlab-docs-$CI_COMMIT_REF_NAME.tar.bz2
RUN cd gitlab-docs \
+ && yarn install --frozen-lockfile \
&& NOKOGIRI_USE_SYSTEM_LIBRARIES=1 bundle install --jobs 4