phpmnd
phpmnd copied to clipboard
Add ncurses dependency or test tput availability
When run phpmnd in an alpine container without ncurses I get an error sh: tput: not found
.
Does phpmnd stop working or just emit that as a warning ? Have you got a container you were working with ?
Just print a warning in terminal.
Now I can't take you a container at the moment, but you can test this issue on any php:*-cli-alpine
image (or any other that has no ncurses installed).
I will look at silencing that warning, as there is code to handle it not working. Thanks!
Fixed in https://github.com/povils/phpmnd/releases/tag/v3.2.0