Use packaged ruby ffi.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-23 15:44:08 +01:00
parent 36d178b1b4
commit 795bc18ad7

View File

@@ -8,7 +8,7 @@ ENV REDMINE_SEND_REMINDERS_DAYS=0 \
REDMINE_SEND_REMINDERS_CRON_EXPR="0 7 * * 1-5"
RUN apt-get update \
&& apt-get install -y cron ruby-dev libffi-dev \
&& apt-get install -y cron ruby-ffi \
# Clean-up \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.cache \