mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-29 09:12:19 +00:00
Fixed typo in Dockerfile
(cherry picked from commit 6647c96bf9)
# Conflicts:
# optional/radicale/Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user