You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
libssl.so.10
libssl.so.1.0.2k
libcrypto.so.10
libcrypto.so.1.0.2k
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 :)
The text was updated successfully, but these errors were encountered:
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 fromlib64
folder to outputlib
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 :)
The text was updated successfully, but these errors were encountered: