Skip to content

Commit

Permalink
replace imagick with gd and install opcache
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Sthamer <[email protected]>
  • Loading branch information
P4sca1 committed Nov 18, 2024
1 parent d074f4d commit d48b84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/relea

# Install required PHP extensions
# https://manual.woltlab.com/en/requirements/
RUN install-php-extensions ctype dom exif gmp intl libxml mbstring openssl pdo pdo_mysql zlib imagick
RUN install-php-extensions ctype dom exif gmp intl libxml mbstring openssl pdo pdo_mysql zlib gd opcache

0 comments on commit d48b84e

Please sign in to comment.