mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 13:56:45 +08:00
3e019d25f2
Signed-off-by: szaimen <szaimen@e.mail.de>
6 lines
229 B
Docker
6 lines
229 B
Docker
# Probably from this file: https://github.com/Cisco-Talos/clamav/blob/main/Dockerfile
|
|
FROM clamav/clamav:0.104.2-3
|
|
|
|
RUN apk add --update --no-cache tzdata
|
|
COPY clamav.conf /tmp/
|
|
RUN cat /tmp/clamav.conf >> /etc/clamav/clamd.conf
|