Skip to content

Commit

Permalink
Merge pull request #3 from LibreCodeCoop/feature/imagick-policy-change
Browse files Browse the repository at this point in the history
🔧 change imagick policy
  • Loading branch information
vitormattos authored Oct 31, 2021
2 parents fdea9a9 + 87f11ef commit c665966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN apt-get install -y libmagickwand-dev
RUN pecl install \
imagick
RUN docker-php-ext-enable imagick
RUN sed -i'' 's|.*<policy domain="coder".*"PDF".*|<policy domain="coder" rights="read \| write" pattern="PDF" />|g' /etc/ImageMagick-6/policy.xml

# Install intl
RUN docker-php-ext-install intl
Expand Down

0 comments on commit c665966

Please sign in to comment.