From 9540f35f5f7cb90851cada9383324ef275489272 Mon Sep 17 00:00:00 2001 From: altorg Date: Sat, 19 Aug 2017 11:12:44 -0700 Subject: [PATCH] Update buildspec.yml --- buildspec.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index 3331734..aac222f 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -10,8 +10,9 @@ phases: - echo Nothing pre_build: commands: - - apt-get install bison - - apt-get install yacc + - apt-get update + - apt-get install -y bison + - apt-get install -y yacc build: commands: - echo Build started on `date` -- 2.47.3