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

9 lines
243 B
Docker
Raw Normal View History

2016-11-30 15:02:36 +02: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 15:02:36 +02:00
COPY radicale.conf /radicale.conf
CMD radicale -f -S -C /radicale.conf