mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-22 05:09:09 +02:00
fix clamav
This commit is contained in:
parent
02dd89c61f
commit
78dc212d62
@ -6,12 +6,9 @@ FROM alpine
|
|||||||
MAINTAINER kev <noreply@easypi.info>
|
MAINTAINER kev <noreply@easypi.info>
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add -U clamav clamav-libunrar \
|
&& apk add --no-cache clamav clamav-libunrar \
|
||||||
&& cd /etc/clamav/ \
|
&& cd /etc/clamav/ \
|
||||||
&& mv clamd.conf.sample clamd.conf \
|
&& freshclam
|
||||||
&& mv freshclam.conf.sample freshclam.conf \
|
|
||||||
&& freshclam \
|
|
||||||
&& rm -rf /var/cache/apk/*
|
|
||||||
|
|
||||||
WORKDIR /data
|
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…
x
Reference in New Issue
Block a user