Fixed typo in Dockerfile

(cherry picked from commit 6647c96bf9)

# Conflicts:
#	optional/radicale/Dockerfile
This commit is contained in:
ofthesun9
2020-05-20 08:40:57 +02:00
committed by Mergify
parent 79120025c3
commit 53eb2a8a35

View File

@@ -5,8 +5,12 @@
FROM base
=======
RUN apk add --no-cache curl bash python3 \
<<<<<<< HEAD
&& pip3 install radicale=2.1.12
>>>>>>> 45f3772c (Stick radicale to 2.1.12 version)
=======
&& pip3 install radicale==2.1.12
>>>>>>> 6647c96b (Fixed typo in Dockerfile)
ARG VERSION=local
LABEL version=$VERSION