|
|
@ -1,7 +1,7 @@
|
|
|
|
FROM alpine:edge
|
|
|
|
FROM alpine:edge
|
|
|
|
|
|
|
|
|
|
|
|
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
|
|
|
RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
|
|
|
|
&& apk add --no-cache radicale@testing
|
|
|
|
&& apk add --no-cache radicale@testing py-dulwich@testing
|
|
|
|
|
|
|
|
|
|
|
|
COPY radicale.conf /radicale.conf
|
|
|
|
COPY radicale.conf /radicale.conf
|
|
|
|
|
|
|
|
|
|
|
|