mirror of
https://github.com/Mailu/Mailu.git
synced 2025-05-27 22:57:38 +02:00
Update radicale dockerfile to alpine 3.10
This commit is contained in:
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 \
|
||||
&& apk add --no-cache radicale@testing py-dulwich@testing curl bash
|
||||
&& apk add --no-cache radicale@testing curl bash
|
||||
|
||||
COPY radicale.conf /radicale.conf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user