FROM redmine:4.2.10-passenger
MAINTAINER Andrej RamaĊĦeuski <andrej.ramaseuski@pirati.cz>

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

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