mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
9 lines
143 B
Docker
9 lines
143 B
Docker
FROM alpine:edge
|
|
|
|
RUN apk add --no-cache clamav rsyslog wget clamav-libunrar
|
|
|
|
COPY conf /etc/clamav
|
|
COPY start.sh /start.sh
|
|
|
|
CMD ["/start.sh"]
|