diff --git a/Containerfile b/Containerfile index 3005c06..2157037 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 ruby-hiredis 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