FIX Install ruby dev tools.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-23 15:34:02 +01:00
parent 9cc579ae11
commit 91d02117a1

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