aws / aws-lambda-python-runtime-interface-client

Apache License 2.0
262 stars 74 forks source link

Fix alpine image breaking due to missing dependencies and curl #146

Closed m-rph closed 3 months ago

m-rph commented 3 months ago

Context: libexecinfo-dev couldn't be found on alpine Changes: replaced libexecinfo-dev with elfutils. This change is taken from the NodeJS RIC.

https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/blob/2ce88619fd176a5823bc5f38c5484d1cbdf95717/test/integration/docker/Dockerfile.echo.alpine#L11-L22

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.