From fee195e73733d4ae55b97de0fe6e095b714ef557 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 18 Nov 2022 23:26:46 +0100 Subject: [PATCH] https://github.com/alexbelgium/hassio-addons/issues/564 --- joplin/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/joplin/Dockerfile b/joplin/Dockerfile index 04c077e34..ef107247a 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -31,6 +31,9 @@ USER root # Prevent curl issue RUN echo insecure >> ~/.curlrc +ENV \ + MAX_TIME_DRIFT=0 + ################## # 3 Install apps # ##################