Move all directories per theme
This commit is contained in:
8
optional/radicale/Dockerfile
Normal file
8
optional/radicale/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user