1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-21 19:19:39 +02:00
Mailu/radicale/Dockerfile
2017-02-12 16:46:30 +01:00

9 lines
224 B
Docker

FROM alpine:edge
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
&& apk add --no-cache radicale@testing
COPY radicale.conf /radicale.conf
CMD radicale -f -S -C /radicale.conf