From 30db5eae26e2885bcf7ebb149c3551e0b975ba20 Mon Sep 17 00:00:00 2001 From: altorg Date: Sat, 19 Aug 2017 11:16:18 -0700 Subject: [PATCH] added libncursesw5 --- buildspec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/buildspec.yml b/buildspec.yml index 9dc7812..acc1389 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -12,6 +12,7 @@ phases: commands: - apt-get update - apt-get install -y bison + - apt-get install -y libncursesw5 libncursesw5-dev build: commands: - echo Build started on `date` -- 2.47.3