Add Dockerfile for osmocom redmine:3.2 container

this container has mscgen + dot/graphviz, as we need it.

Change-Id: I8950f74da4d2ed10f15bcbe7596f6e9c13474e58
This commit is contained in:
Harald Welte 2018-05-13 21:21:50 +02:00
parent a421358ab8
commit aa1ccdabb7
1 changed files with 7 additions and 0 deletions

7
redmine/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM redmine:3.2
RUN apt-get update && \
apt-get install -y --no-install-recommends \
graphviz \
mscgen