1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

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
commit 7350e205ab

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