netdata / msi-installer

Netdata installer for Windows using WSL2
GNU General Public License v3.0
21 stars 2 forks source link

ncurses should be added to the image #31

Open cakrit opened 1 year ago

cakrit commented 1 year ago
DESKTOP-C7OKV71:/etc/netdata# ./edit-config --list
./edit-config: line 167: tput: not found

edit-config requires tput now, which is part of ncurses

Workaround is to manually run apk add ncurses

Ferroin commented 1 year ago

With the merge of https://github.com/netdata/helper-images/pull/194 and https://github.com/netdata/netdata/pull/14705, this should be a non-issue once we pull the latest builds. Leaving this open until the releases get updated.