Skip to content
Snippets Groups Projects
Commit 2ebf1d68 authored by Dave Moxey's avatar Dave Moxey
Browse files

Patch policy on ImageMagick to enable PDF conversion

parent f94e6cc5
No related branches found
No related tags found
No related merge requests found
Pipeline #2123 canceled
......@@ -9,4 +9,7 @@ RUN echo "deb http://deb.debian.org/debian buster non-free" > \
apt-get install -y $(cat packages.txt) \
&& rm -rf /var/lib/apt/lists/*
# Patch security policy to allow PDF conversion by ImageMagick
RUN sed -i 's/rights="none" pattern="PDF"/rights="read|write" pattern="PDF"/g' /etc/ImageMagick-6/policy.xml
USER nektar:nektar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment