fix: added missing gem
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-03 23:47:12 +01:00
parent f8bb19c9cf
commit 6a50e71d0e

View File

@@ -45,6 +45,7 @@ RUN echo 'gem "puma", :require => true' >> Gemfile.local
RUN echo 'gem "with_advisory_lock", :require => true' >> Gemfile.local
RUN echo 'gem "redmineup", :require => true' >> Gemfile.local
RUN echo 'gem "vcard", :require => true' >> Gemfile.local
RUN echo 'gem "wicked_pdf", :require => true' >> Gemfile.local
RUN gem install --user-install bundler
RUN gem install --user-install with_advisory_lock
#