mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
parent
17b35a45db
commit
c671018798
17 changed files with 23 additions and 4 deletions
|
|
@ -5,6 +5,7 @@ FROM clamav/clamav:1.3.0-47
|
|||
COPY clamav.conf /tmp/clamav.conf
|
||||
|
||||
RUN set -ex; \
|
||||
apk upgrade --no-cache -a; \
|
||||
apk add --no-cache tzdata; \
|
||||
cat /tmp/clamav.conf >> /etc/clamav/clamd.conf; \
|
||||
rm /tmp/clamav.conf; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue