diff --git a/Dockerfile b/Dockerfile index 5378c51..7e9386d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -82,7 +82,7 @@ RUN mkdir -p /app/tmp /app/log WORKDIR /app COPY Gemfile* /app/ -RUN bundle install --deployment --without development test +RUN bundle install --deployment --without development test --jobs 10 --retry 5 # build a2png