We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccaa59e + 7a8de6e commit 26e0dbbCopy full SHA for 26e0dbb
1 file changed
.docker/php/Dockerfile
@@ -31,8 +31,6 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
31
xdebug \
32
zip \
33
&& rm /usr/local/bin/install-php-extensions \
34
- # make possible ImageMagic handle PDF files
35
- && sed -i'' 's|.*<policy domain="coder".*"PDF".*|<policy domain="coder" rights="read \| write" pattern="PDF" />|g' /etc/ImageMagick-6/policy.xml \
36
# pevent errors when try to create files at /var/www with user www-data
37
&& chown -R www-data /var/www
38
0 commit comments