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 15:55:11 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-01-22 15:55:11 +0300
commit5140ac63e9691f3c721a9bb68a5436bdc0d596a8 (patch)
tree98c7a44b1e2263ce9f2807e503dc0311b64fcf43
parent89328a33ca0c46a4871f5adb89a9465184a338c5 (diff)
Use yarn in onbuild Docker image
-rw-r--r--dockerfiles/Dockerfile.builder.onbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dockerfiles/Dockerfile.builder.onbuild b/dockerfiles/Dockerfile.builder.onbuild
index fcf38148..5459ce60 100644
--- a/dockerfiles/Dockerfile.builder.onbuild
+++ b/dockerfiles/Dockerfile.builder.onbuild
@@ -12,6 +12,7 @@ ONBUILD ARG BRANCH_RUNNER
# Build the docs from this branch
ONBUILD COPY . /source/
ONBUILD RUN NOKOGIRI_USE_SYSTEM_LIBRARIES=1 bundle install --jobs 4
+ONBUILD RUN yarn install
ONBUILD RUN bundle exec rake setup_git default
ONBUILD RUN bundle exec nanoc compile -VV