mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-03 11:37:47 +00: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 \
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user