mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 15:36:52 +00:00
8 lines
317 B
Docker
8 lines
317 B
Docker
# Probably from this file: https://github.com/Cisco-Talos/clamav-docker/blob/main/clamav/1.0/alpine/Dockerfile
|
|
FROM clamav/clamav:1.1.0-1
|
|
|
|
COPY clamav.conf /tmp/clamav.conf
|
|
|
|
RUN apk add --no-cache tzdata; \
|
|
tee -a /etc/clamav/clamd.conf < /tmp/clamav.conf
|
|
LABEL com.centurylinklabs.watchtower.monitor-only="true"
|