From d9cc9daf4bf6a1052b1e0050a9f7696adf8c481c Mon Sep 17 00:00:00 2001 From: Dominik Kwiatek Date: Sat, 3 Oct 2020 11:48:56 +0100 Subject: [PATCH] Use available threads for bundle install --- .docker/ruby/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/ruby/Dockerfile b/.docker/ruby/Dockerfile index 88cf8de1..c52be40e 100644 --- a/.docker/ruby/Dockerfile +++ b/.docker/ruby/Dockerfile @@ -14,7 +14,7 @@ RUN mkdir /app WORKDIR /app ADD Gemfile* /app/ -RUN bundle install +RUN bundle install --jobs=$(nproc) COPY . /app COPY .docker/entrypoint.sh /usr/bin/