FIX Ffi compilation
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-23 15:31:18 +01:00
parent 9af1f7c16d
commit 9cc579ae11

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 \
&& apt-get install -y cron libffi-dev \
# Clean-up \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.cache \