clamscan

A command-line virus scanner. More information: <https://docs.clamav.net/manual/Usage/Scanning.html#clamscan>.

Debian Debian
RUN apt-get update && \ apt-get install -y clamav
Ubuntu
RUN apt-get update && \ apt-get install -y clamav
Alpine
RUN apk add clamav
Arch Arch Linux
RUN pacman -S --noconfirm clamav
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y clamav
Fedora
RUN dnf install -y clamav
Raspbian
RUN apt-get update && \ apt-get install -y clamav
click the source code to copy install clamscan on any operating system with command-not-found.com