mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
fix clamav
This commit is contained in:
parent
02dd89c61f
commit
78dc212d62
@ -6,12 +6,9 @@ FROM alpine
|
||||
MAINTAINER kev <noreply@easypi.info>
|
||||
|
||||
RUN set -xe \
|
||||
&& apk add -U clamav clamav-libunrar \
|
||||
&& apk add --no-cache clamav clamav-libunrar \
|
||||
&& cd /etc/clamav/ \
|
||||
&& mv clamd.conf.sample clamd.conf \
|
||||
&& mv freshclam.conf.sample freshclam.conf \
|
||||
&& freshclam \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
&& freshclam
|
||||
|
||||
WORKDIR /data
|
||||
|
||||
|
3
dnsmasq/dnsmasq.d/logging.conf
Normal file
3
dnsmasq/dnsmasq.d/logging.conf
Normal file
@ -0,0 +1,3 @@
|
||||
# log-dhcp
|
||||
# log-queries
|
||||
# log-facility=/tmp/dnsmasq.log
|
Loading…
Reference in New Issue
Block a user