lambci / yumda

Yum for AWS Lambda
MIT License
284 stars 21 forks source link

Clamav: missing libcrypto.so.10 & libssl.so.10 #24

Open bynov opened 10 months ago

bynov commented 10 months ago

Hi,

I've noticed that upon running docker run --rm -v "$PWD/layer":/lambda/opt lambci/yumda:2 yum install -y clamav openssl command next files are not transferred from lib64 folder to output lib folder:

These library files are required to run clamav in lambda so as a workaround I copy files manually.

I would happy to sent a PR with a fix, but not sure where exactly it should be configured. Would be great if somebody can point me in right direction :)