mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-15 03:24:48 +08:00
10 lines
262 B
Text
10 lines
262 B
Text
|
# 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
|