Install ncurses-libs by default in basic Alpine images

This commit is contained in:
Disassembler 2019-09-20 10:12:53 +02:00
parent 846a85e939
commit 2ea88cabce
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
2 changed files with 2 additions and 2 deletions
lxc-shared
alpine3.8
alpine3.9

@ -7,7 +7,7 @@ RUN EOF
apk --no-cache upgrade
# Install s6 supervisor
apk --no-cache add libxml2 libxslt s6
apk --no-cache add libxml2 libxslt ncurses-libs s6
# Cleanup
rm -rf /etc/crontabs/root /etc/periodic

@ -8,7 +8,7 @@ RUN EOF
apk --no-cache upgrade
# Install s6 supervisor
apk --no-cache add libxml2 libxslt s6
apk --no-cache add libxml2 libxslt ncurses-libs s6
# Cleanup
rm -rf /etc/crontabs/root /etc/periodic