Adding variable for signature database checks per day
This commit is contained in:
parent
81beb69a5f
commit
d10c4fd885
4 changed files with 6 additions and 3 deletions
|
@ -28,7 +28,7 @@ RUN sed -i 's/^Example$/# Example/g' /etc/clamd.d/scan.conf \
|
|||
&& sed -i 's/^#TCPSocket .*$/TCPSocket 3310/g' /etc/clamd.d/scan.conf \
|
||||
&& sed -i 's/^#Foreground .*$/Foreground true/g' /etc/freshclam.conf
|
||||
|
||||
RUN freshclam --quiet --no-dns --checks=24
|
||||
RUN freshclam --quiet --no-dns
|
||||
|
||||
# Build go package
|
||||
ADD . /go/src/clamav-rest/
|
||||
|
@ -54,5 +54,6 @@ ENV MAX_PARTITIONS=50
|
|||
ENV MAX_ICONSPE=100
|
||||
ENV PCRE_MATCHLIMIT=100000
|
||||
ENV PCRE_RECMATCHLIMIT=2000
|
||||
ENV SIGNATURE_CHECKS=24
|
||||
|
||||
ENTRYPOINT [ "entrypoint.sh" ]
|
Loading…
Add table
Add a link
Reference in a new issue