Merge pull request #174 from binor/patch-1

Add dulwich for git support
master
kaiyou 7 years ago committed by GitHub
commit ed01de181f

@ -1,7 +1,7 @@
FROM alpine:edge
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

Loading…
Cancel
Save