mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-22 23:46:53 +00:00
add clamav as option
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
31f86c1570
commit
38726f039a
13 changed files with 155 additions and 7 deletions
9
Containers/clamav/Dockerfile
Normal file
9
Containers/clamav/Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Probably from this file: https://github.com/Cisco-Talos/clamav/blob/main/Dockerfile
|
||||
FROM clamav/clamav:0.104.2-2
|
||||
|
||||
RUN echo -e '\n\
|
||||
MaxDirectoryRecursion 30\n\
|
||||
MaxFileSize 100M\n\
|
||||
PCREMaxFileSize 100M\n\
|
||||
StreamMaxLength 100M\
|
||||
' >> /clamav/etc/clamav/clamd.conf
|
||||
Loading…
Add table
Add a link
Reference in a new issue