We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02dd89c commit 78dc212Copy full SHA for 78dc212
clamav/Dockerfile
@@ -6,12 +6,9 @@ FROM alpine
6
MAINTAINER kev <[email protected]>
7
8
RUN set -xe \
9
- && apk add -U clamav clamav-libunrar \
+ && apk add --no-cache clamav clamav-libunrar \
10
&& 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/*
+ && freshclam
15
16
WORKDIR /data
17
dnsmasq/dnsmasq.d/logging.conf
@@ -0,0 +1,3 @@
1
+# log-dhcp
2
+# log-queries
3
+# log-facility=/tmp/dnsmasq.log
0 commit comments