From d345908bb81d9e4ebd3aedff7616158a2b9fb2a4 Mon Sep 17 00:00:00 2001 From: altorg Date: Sat, 19 Aug 2017 11:18:51 -0700 Subject: [PATCH] added flex requirement --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index acc1389..3f6fd50 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -11,7 +11,7 @@ phases: pre_build: commands: - apt-get update - - apt-get install -y bison + - apt-get install -y bison flex - apt-get install -y libncursesw5 libncursesw5-dev build: commands: -- 2.47.3