Merge pull request #174 from binor/patch-1

Add dulwich for git support
This commit is contained in:
kaiyou
2017-03-19 15:56:58 +01:00
committed by GitHub

View File

@@ -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