1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-23 22:04:47 +02:00

Update optional/radicale/Dockerfile

Co-authored-by: Dario Ernst <github@kanojo.de>
This commit is contained in:
ofthesun9
2020-08-09 14:54:00 +02:00
committed by GitHub
parent 506b7e9372
commit 16ec9adadd

View File

@@ -2,7 +2,7 @@ ARG DISTRO=alpine:3.10
FROM $DISTRO
RUN apk add --no-cache curl bash python3 \
&& pip3 install radicale
&& pip3 install radicale~=3.0
COPY radicale.conf /radicale.conf