Fixed typo in Dockerfile

This commit is contained in:
ofthesun9
2020-05-20 08:40:57 +02:00
parent 45f3772c26
commit 6647c96bf9

View File

@@ -2,7 +2,7 @@ ARG DISTRO=alpine:3.10
FROM $DISTRO
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