1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-18 03:21:36 +02:00

Add pytz module

This commit is contained in:
Alexander Graf 2022-04-11 12:38:19 +02:00
parent ecf929969a
commit bb0a96c6f7
No known key found for this signature in database
GPG Key ID: B8A9DC143E075629

View File

@ -13,7 +13,7 @@ RUN apk add --no-cache \
# Image specific layers under this line # Image specific layers under this line
RUN apk add --no-cache curl \ RUN apk add --no-cache curl \
&& pip3 install radicale~=3.0 && pip3 install pytz radicale~=3.0
COPY radicale.conf /radicale.conf COPY radicale.conf /radicale.conf
@ -24,4 +24,4 @@ VOLUME ["/data"]
CMD radicale -S -C /radicale.conf CMD radicale -S -C /radicale.conf
HEALTHCHECK CMD curl -f -L http://localhost:5232/ || exit 1 HEALTHCHECK CMD curl -f -L http://localhost:5232/ || exit 1
RUN echo $VERSION >> /version RUN echo $VERSION >> /version