INstall dependencies using bundle check || bundle install
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-27 20:05:10 +01:00
parent fdaf09c669
commit 75100254c9

View File

@@ -2,8 +2,10 @@ FROM redmine:5-bullseye
COPY plugins/ plugins/
RUN gem install icalendar \
&& cd plugins/redmine_ics_export \
&& bundle install --without development test \
&& cd ../000_redmine_x_ux_upgrade \
&& bundle install --without development test
RUN bundle check || bundle install
#RUN apt-get install ruby-binding-of-caller
# && gem install icalendar better_errors binding_of_caller \
# && cd plugins/redmine_ics_export \
# && bundle install --without development test \
# && cd ../000_redmine_x_ux_upgrade \
# && bundle install --without development test