The purpouse of this image is to provide an Alpine Linux environment with PHP 8 onboard, its FFI extension enabled and the libstemmer compiled as a shared library. Besides, composer is included.
Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval. Libstemmer instead, contains a complete set of Snowball stemming algorithms that you can include into a C project of your own. With libstemmer you don't need to use the Snowball compiler.
$ docker run --name php-libstemmer -v $PWD/:/var/www -d amaccis/php-libstemmer
version: '3.7'
services:
php-fpm:
image: amaccis/php-libstemmer
working_dir: /var/www
volumes:
- ./:/var/www
Content type
Image
Digest
sha256:05283b795…
Size
32.4 MB
Last updated
about 2 months ago
docker pull amaccis/php-libstemmer:8.2.32-3.1.1