9 lines
255 B
Docker
9 lines
255 B
Docker
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 |