Change in docker-playground[master]: redmine: add patch for SVG support

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Mon May 14 10:20:55 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9156 )

Change subject: redmine: add patch for SVG support
......................................................................

redmine: add patch for SVG support

Change-Id: I3bacdd4100c717ad702bc08851a8b32170610ca4
---
M redmine/Dockerfile
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/redmine/Dockerfile b/redmine/Dockerfile
index 8c2dc6d..67b00a8 100644
--- a/redmine/Dockerfile
+++ b/redmine/Dockerfile
@@ -3,5 +3,9 @@
 RUN	apt-get update && \
 	apt-get install -y --no-install-recommends \
 		graphviz \
-		mscgen
+		mscgen \
+		patch && \
+	apt-get clean
 
+COPY	redmine-issue-2047-svg-image-support.diff /tmp/redmine-issue-2047-svg-image-support.diff
+RUN	cd app && patch -p1 < /tmp/redmine-issue-2047-svg-image-support.diff

-- 
To view, visit https://gerrit.osmocom.org/9156
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I3bacdd4100c717ad702bc08851a8b32170610ca4
Gerrit-Change-Number: 9156
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180514/188ad25f/attachment.htm>


More information about the gerrit-log mailing list