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>2022-05-30 02:32:30 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2022-05-30 02:33:01 +0300
commitf079ffaf3874289476c2429359093316ee60a58b (patch)
treee9947dd6402beb3d383839d6c7ebf7afdb13920e
parent9e0e3fea3f316f9cf2e9efc952ea0e5f73be3df4 (diff)
Apply 1 suggestion(s) to 1 file(s)ap-dockerfile-single
-rw-r--r--dockerfiles/single.Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/dockerfiles/single.Dockerfile b/dockerfiles/single.Dockerfile
index ad1614f5..f53bcaf7 100644
--- a/dockerfiles/single.Dockerfile
+++ b/dockerfiles/single.Dockerfile
@@ -72,7 +72,6 @@ WORKDIR /source
RUN yarn install --frozen-lockfile \
&& yarn cache clean \
&& bundle config set --local deployment true \
- && gem install bundler --version $(tail -n 1 Gemfile.lock) \
&& bundle install --jobs 4 \
&& bundle exec rake setup_git default \
&& bundle exec nanoc compile -VV