mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-01 11:32:27 +08:00
ef397a9df1
Signed-off-by: Simon L <szaimen@e.mail.de>
7 lines
304 B
Docker
7 lines
304 B
Docker
# Probably from this file: https://github.com/Cisco-Talos/clamav-docker/blob/main/clamav/0.105/alpine/Dockerfile
|
|
FROM clamav/clamav:0.105.1-7
|
|
|
|
RUN apk add --no-cache tzdata
|
|
COPY clamav.conf /tmp/
|
|
RUN cat /tmp/clamav.conf >> /etc/clamav/clamd.conf
|
|
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|