Files
docker-malware-scan/install.sh
2025-05-26 03:56:46 +02:00

7 líneas
244 B
Bash
Archivo Ejecutable

#!/bin/bash
git clone --depth 1 https://github.com/Cisco-Talos/clamav-docker
git clone --depth 1 https://github.com/Cisco-Talos/clamav
cp -r ./clamav-docker/clamav/1.4/debian/* clamav/
docker buildx build -t clamav clamav/
docker compose build