diff --git a/Containerfile b/Containerfile index 1ce6772..1212ca2 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,7 @@ FROM docker.io/redmine:5.1 -RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git ruby-hiredis make patch gcc libc-dev +RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git +RUN apt-get -qy build-dep 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