mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-23 21:36:19 +08:00
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
|