diff --git a/6.0/Containerfile b/6.0/Containerfile index 0f68c2d..4dead53 100644 --- a/6.0/Containerfile +++ b/6.0/Containerfile @@ -106,6 +106,9 @@ RUN chown -R redmine:redmine /home/redmine USER redmine ENV PATH="/home/redmine/.local/share/gem/ruby/3.3.0/bin:$PATH" +RUN bundle config set --local without 'development test' +RUN bundle config set --local path '/home/redmine/.local/share/gem' + WORKDIR /home/redmine/redmine