Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading