[build] Install ncurses packages on the build machine.

Ncurses requires the terminfo database and infocmp to be installed on
the build machine to configure the fallback entries.
pull/1179/head
Suresh Sundriyal 11 months ago
parent 1fb471f4ba
commit bc42ea0c07

@ -10,7 +10,9 @@ RUN apk add --no-cache \
automake \
build-base \
curl \
git
git \
ncurses \
ncurses-terminfo
RUN mkdir -p /fake.root /extract

Loading…
Cancel
Save