1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-06 00:26:08 +02:00
Mailu/optional/radicale/Dockerfile
2017-11-01 12:11:04 +01:00

9 lines
243 B
Docker

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
COPY radicale.conf /radicale.conf
CMD radicale -f -S -C /radicale.conf