mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-03 04:22:04 +08:00
d385d43af0
Signed-off-by: szaimen <szaimen@e.mail.de>
5 lines
190 B
Docker
5 lines
190 B
Docker
# Probably from this file: https://github.com/Cisco-Talos/clamav/blob/main/Dockerfile
|
|
FROM clamav/clamav:0.104.2-2
|
|
|
|
COPY clamav.conf /tmp/
|
|
RUN cat /tmp/clamav.conf >> /etc/clamav/clamd.conf
|