You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Update radicale dockerfile to alpine 3.10
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM alpine:edge
|
||||
FROM alpine:3.10
|
||||
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user