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 # ##################