mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-02 20:11:59 +08:00
ee728d7f2d
Bumps clamav/clamav from 0.105.0 to 0.105.1. --- updated-dependencies: - dependency-name: clamav/clamav dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
6 lines
227 B
Docker
6 lines
227 B
Docker
# Probably from this file: https://github.com/Cisco-Talos/clamav/blob/main/Dockerfile
|
|
FROM clamav/clamav:0.105.1
|
|
|
|
RUN apk add --update --no-cache tzdata
|
|
COPY clamav.conf /tmp/
|
|
RUN cat /tmp/clamav.conf >> /etc/clamav/clamd.conf
|