1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-28 03:56:43 +02:00
Mailu/services/rspamd/Dockerfile

11 lines
192 B
Docker
Raw Normal View History

FROM alpine:edge
RUN apk add --no-cache python py-jinja2 rspamd rspamd-controller rspamd-proxy ca-certificates
2016-06-19 21:56:20 +02:00
RUN mkdir /run/rspamd
COPY conf/ /conf
COPY start.py /start.py
2016-06-19 21:56:20 +02:00
CMD /start.py