Skip to content

Commit

Permalink
Merge pull request #86 from LibreCodeCoop/chore/remove-unused-setting
Browse files Browse the repository at this point in the history
chore: remove unused setting
  • Loading branch information
vitormattos authored Jan 29, 2025
2 parents 6a72b3f + 87e54df commit ce0f3e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .docker/Dockerfile.php81
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
apcu \
bcmath \
bz2 \
gettext \
exif \
gd \
gettext \
gmp \
exif \
imagick \
intl \
memcache \
Expand All @@ -30,8 +30,6 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
zip \
@composer \
&& rm /usr/local/bin/install-php-extensions \
# make possible ImageMagic handle PDF files
&& sed -i'' 's|.*<policy domain="coder".*"PDF".*|<policy domain="coder" rights="read \| write" pattern="PDF" />|g' /etc/ImageMagick-6/policy.xml \
# pevent errors when try to create files at /var/www with user www-data
&& chown -R www-data /var/www

Expand Down
6 changes: 2 additions & 4 deletions .docker/Dockerfile.php82
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
apcu \
bcmath \
bz2 \
gettext \
exif \
gd \
gettext \
gmp \
exif \
imagick \
intl \
memcache \
Expand All @@ -30,8 +30,6 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
zip \
@composer \
&& rm /usr/local/bin/install-php-extensions \
# make possible ImageMagic handle PDF files
&& sed -i'' 's|.*<policy domain="coder".*"PDF".*|<policy domain="coder" rights="read \| write" pattern="PDF" />|g' /etc/ImageMagick-6/policy.xml \
# pevent errors when try to create files at /var/www with user www-data
&& chown -R www-data /var/www

Expand Down
6 changes: 2 additions & 4 deletions .docker/Dockerfile.php83
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
apcu \
bcmath \
bz2 \
gettext \
exif \
gd \
gettext \
gmp \
exif \
imagick \
intl \
memcache \
Expand All @@ -30,8 +30,6 @@ RUN chmod uga+x /usr/local/bin/install-php-extensions && sync \
zip \
@composer \
&& rm /usr/local/bin/install-php-extensions \
# make possible ImageMagic handle PDF files
&& sed -i'' 's|.*<policy domain="coder".*"PDF".*|<policy domain="coder" rights="read \| write" pattern="PDF" />|g' /etc/ImageMagick-6/policy.xml \
# pevent errors when try to create files at /var/www with user www-data
&& chown -R www-data /var/www

Expand Down

0 comments on commit ce0f3e1

Please sign in to comment.