1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-30 04:30:49 +02:00
Mailu/radicale/Dockerfile

9 lines
243 B
Docker
Raw Normal View History

2016-11-30 14:02:36 +01:00
FROM alpine:edge
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache radicale@testing py-dulwich@testing
2016-11-30 14:02:36 +01:00
COPY radicale.conf /radicale.conf
CMD radicale -f -S -C /radicale.conf