PrivateBin / docker-nginx-fpm-alpine

PrivateBin docker image based on Nginx, php-fpm & Alpine Linux stack
https://hub.docker.com/r/privatebin/nginx-fpm-alpine/
147 stars 57 forks source link

add ctype PHP extension #189

Closed elrido closed 3 months ago

elrido commented 3 months ago

This will become required with the next PrivateBin release (> 1.7.1), where we replaced some of the regex based validation with ctype function calls.

It adds about 50 KiB in uncompressed size.

We can merge this now or wait until the next release actually occurs. I would prefer merging it ahead of time.

elrido commented 3 months ago

Thank you!