bluesentry / bucket-antivirus-function

Serverless antivirus for cloud storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libp11-kit.so.0: no version information available

jdlspeedy opened this issue · comments

The latest build of bucket-antivirus-function started to give me the following:

./bin/freshclam: /usr/lib64/libp11-kit.so.0: no version information available (required by ./bin/libgnutls.so.28)
./bin/clamscan: /usr/lib64/libp11-kit.so.0: no version information available (required by ./bin/libgnutls.so.28)

The function itself still works, but just providing those warnings after updating w/ clamav 0.103.6, would anyone know whats needed to resolve this?

Same issue here.

The updated Dockerfile from #204 fixed this issue on my side