From a5c83a0cb5518779e751c3efceb2533b03ecdccf Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Thu, 29 Feb 2024 16:35:12 +0100 Subject: [PATCH] FIX: added build dependencies to get hourglass plugin running :( --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 9b5a45c..d1fddcd 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/redmine:5.1 -RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git +RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git libffi-dev make gcc RUN cd /usr/src/redmine/plugins;git clone https://github.com/Ilogeek/redmine_issue_dynamic_edit.git #RUN cd /usr/src/redmine/plugins;git clone https://github.com/akpaevj/dashboard.git