From 74c172caa8f551f3a154b51f3d43dadb650fa43e Mon Sep 17 00:00:00 2001 From: Bertold Van den Bergh Date: Tue, 1 Nov 2022 15:29:27 +0100 Subject: [PATCH] Update buildspec.yml --- aws_lambda/buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws_lambda/buildspec.yml b/aws_lambda/buildspec.yml index 8f741ad..9e5c484 100644 --- a/aws_lambda/buildspec.yml +++ b/aws_lambda/buildspec.yml @@ -6,7 +6,7 @@ phases: golang: 1.13 #Dummy, as this is a required parameter pre_build: commands: - - yum install -y cmake3 git gcc gcc-c++ make + - yum install -y cmake3 git gcc gcc-c++ make libc6 - git clone https://github.com/awslabs/aws-lambda-cpp.git - cd aws-lambda-cpp - mkdir build