Add a dav server, related to #68
This commit is contained in:
10
radicale/Dockerfile
Normal file
10
radicale/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine:edge
|
||||
|
||||
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
||||
&& apk add --update \
|
||||
radicale@testing \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
COPY radicale.conf /radicale.conf
|
||||
|
||||
CMD radicale -f -S -C /radicale.conf
|
||||
Reference in New Issue
Block a user