From 2ea88cabce08eb3e7d4e1f7f855a6d63cb1d61d0 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Fri, 20 Sep 2019 10:12:53 +0200 Subject: [PATCH] Install ncurses-libs by default in basic Alpine images --- lxc-shared/alpine3.8/lxcfile | 2 +- lxc-shared/alpine3.9/lxcfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc-shared/alpine3.8/lxcfile b/lxc-shared/alpine3.8/lxcfile index 53da343..0696876 100644 --- a/lxc-shared/alpine3.8/lxcfile +++ b/lxc-shared/alpine3.8/lxcfile @@ -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 diff --git a/lxc-shared/alpine3.9/lxcfile b/lxc-shared/alpine3.9/lxcfile index 68cd1ae..d86f9e6 100644 --- a/lxc-shared/alpine3.9/lxcfile +++ b/lxc-shared/alpine3.9/lxcfile @@ -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