Skip to content

Commit

Permalink
Merge pull request #2509 from phili67/phili67-patch-2
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
phili67 committed Oct 22, 2023
2 parents 5eb60db + 9b01dfd commit 12b8f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/bin/php81/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ RUN cd /usr/local/src && \
make install && \
cd .. && \
rm -rf imagick && \
docker-php-ext-enable imagick
docker-php-ext-enable imagick \
sed -i_bak 's/rights="none" pattern="PDF"/rights="read | write" pattern="PDF"/' /etc/ImageMagick-6/policy.xml

# Other PHP8 Extensions

Expand Down

0 comments on commit 12b8f1d

Please sign in to comment.