mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 02:57:56 +00:00
Fixed typo in Dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@ ARG DISTRO=alpine:3.10
|
|||||||
FROM $DISTRO
|
FROM $DISTRO
|
||||||
|
|
||||||
RUN apk add --no-cache curl bash python3 \
|
RUN apk add --no-cache curl bash python3 \
|
||||||
&& pip3 install radicale=2.1.12
|
&& pip3 install radicale==2.1.12
|
||||||
|
|
||||||
COPY radicale.conf /radicale.conf
|
COPY radicale.conf /radicale.conf
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user