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>2020-01-22 16:47:03 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-01-22 16:47:03 +0300
commit98a1695b06a6c078de93fcfe2299820381f8e86b (patch)
treec3e1bbc7ed111e4fd48e606137d77089ee631979 /Dockerfile.master
parentb57f1df16d759c31e5123ffa944f9c645d2399c2 (diff)
Add yarn to Dockerfile.master
Diffstat (limited to 'Dockerfile.master')
-rw-r--r--Dockerfile.master1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.master b/Dockerfile.master
index 5d44ff35..64a45f4c 100644
--- a/Dockerfile.master
+++ b/Dockerfile.master
@@ -15,6 +15,7 @@ ENV CI_COMMIT_REF_NAME ${CI_COMMIT_REF_NAME:-master}
# Build the docs from this branch
COPY . /source/
+RUN yarn install
RUN bundle exec rake setup_git default
RUN bundle exec nanoc compile -VV