mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 11:35:56 +08:00
88fda477c6
Signed-off-by: Zoey <zoey@z0ey.de>
6 lines
256 B
Docker
6 lines
256 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 --update --no-cache tzdata
|
|
COPY clamav.conf /tmp/
|
|
RUN cat /tmp/clamav.conf >> /etc/clamav/clamd.conf
|