diff --git a/Containerfile b/Containerfile index d1fddcd..c5bad9c 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 libffi-dev make gcc +RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git libffi-dev make gcc nodejs 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