Update radicale dockerfile to alpine 3.10

master
Dario Ernst 5 years ago
parent ea851e77d4
commit 1fa287a6d9

@ -1,7 +1,7 @@
FROM alpine:edge FROM alpine:3.10
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 py-dulwich@testing curl bash && apk add --no-cache radicale@testing curl bash
COPY radicale.conf /radicale.conf COPY radicale.conf /radicale.conf

Loading…
Cancel
Save