Skip to content

Commit 78dc212

Browse files
committed
fix clamav
1 parent 02dd89c commit 78dc212

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

clamav/Dockerfile

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ FROM alpine
66
MAINTAINER kev <[email protected]>
77

88
RUN set -xe \
9-
&& apk add -U clamav clamav-libunrar \
9+
&& apk add --no-cache clamav clamav-libunrar \
1010
&& cd /etc/clamav/ \
11-
&& mv clamd.conf.sample clamd.conf \
12-
&& mv freshclam.conf.sample freshclam.conf \
13-
&& freshclam \
14-
&& rm -rf /var/cache/apk/*
11+
&& freshclam
1512

1613
WORKDIR /data
1714

dnsmasq/dnsmasq.d/logging.conf

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# log-dhcp
2+
# log-queries
3+
# log-facility=/tmp/dnsmasq.log

0 commit comments

Comments
 (0)