# PHP Extensions needed * php-mbstring ## install php extensions in docker ``` docker exec -it {container id} sh apk add php-mbstring ... ```