[lxc-devel] [lxc-ci/master] update-images: Install libncurses-dev

monstermunchkin on Github lxc-bot at linuxcontainers.org
Mon Sep 9 14:08:45 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 356 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190909/b4a93067/attachment.bin>
-------------- next part --------------
From 036032c96a4dea476495e3ddc3613b3fa0dec72c Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Mon, 9 Sep 2019 16:06:55 +0200
Subject: [PATCH] update-images: Install libncurses-dev

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 bin/update-images | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/update-images b/bin/update-images
index e525876..a9a505c 100755
--- a/bin/update-images
+++ b/bin/update-images
@@ -80,7 +80,7 @@ apt-get update --yes
 apt-get install --yes --no-install-recommends \
     btrfs-progs golang-go git ca-certificates gcc libc6-dev \
     debootstrap xz-utils squashfs-tools gpg dirmngr gpg-agent rsync kpartx \
-    subversion patch build-essential gawk
+    subversion patch build-essential gawk libncurses-dev
 export PATH=/root/go/bin:\${PATH}
 export GOPATH=/root/go/
 


More information about the lxc-devel mailing list