Merge pull request #198 from OlegDz/master

add clamav-libunrar
This commit is contained in:
kaiyou
2017-05-04 18:32:15 +02:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
FROM alpine
RUN apk add --no-cache clamav rsyslog wget
RUN apk add --no-cache clamav rsyslog wget clamav-libunrar
COPY conf /etc/clamav
COPY start.sh /start.sh