[discourse-web/gnome] FEATURE: Replace the default ImageMagick policy.xml (https://github.com/discourse/discourse_docker/c



commit 19e78241dd4fd3e3cfe59f0cecbce697ac03a938
Author: iposadat <ismael posada trobo cern ch>
Date:   Tue Dec 1 10:20:28 2020 +0100

    FEATURE: Replace the default ImageMagick policy.xml 
(https://github.com/discourse/discourse_docker/commit/7b3d1c513f833a0758ba1f647436514dd365bfd0)

 Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/Dockerfile b/Dockerfile
index 9721573..3d3d83c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -45,6 +45,10 @@ ADD config/sidekiq.yml /tmp/discourse-configmap/sidekiq.yml
 ADD config/nginx.conf /etc/nginx/nginx.conf
 ADD config/discourse-nginx.conf /etc/nginx/conf.d/nginx.conf
 
+# ImageMagick config
+# c.f.: https://github.com/discourse/discourse_docker/commit/7b3d1c513f833a0758ba1f647436514dd365bfd0 
+ADD config/policy.xml /usr/local/etc/ImageMagick-7/
+
 WORKDIR $HOME
 
 ### Plugins


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]