Skip to content
Snippets Groups Projects
Dockerfile 323 B
FROM redmine:4.2.2-passenger
MAINTAINER Andrej Ramašeuski <andrej.ramaseuski@pirati.cz>

RUN	apt-get update && \
	apt-get install -y --no-install-recommends \
    build-essential && \
    apt remove libgs9 ghostscript libgs9-common

COPY ./themes/ /usr/src/redmine/public/themes/
COPY ./plugins/ /usr/src/redmine/plugins/