1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-06-04 23:27:34 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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