We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5ef299 + 7972550 commit f4aab17Copy full SHA for f4aab17
php/8.3/Dockerfile
@@ -59,7 +59,7 @@ RUN pecl install memcached; \
59
docker-php-ext-install sysvsem; \
60
docker-php-ext-install sysvshm; \
61
docker-php-ext-install bcmath; \
62
- docker-php-ext-enable imagick mcrypt redis timezonedb apcu; \
+ docker-php-ext-enable mcrypt redis timezonedb apcu; \
63
echo "extension=memcached.so" >> /usr/local/etc/php/conf.d/memcached.ini; \
64
echo "extension=gmagick.so" >> /usr/local/etc/php/conf.d/gmagick.ini; \
65
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
0 commit comments