From da3abb19b3747cd65d13934c17af53ba9d2ce181 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 29 Jun 2021 13:12:39 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 97872a6fd..981aa13f3 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -12,9 +12,11 @@ RUN \ #################### # AVOID NTP ISSUES # #################### - apt-get install -y ntp \ - && service ntpd stop \ - && ntpdate pool.ntp.org \ + #date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" + #sudo apt update + #apt-get install -y ntp \ + #&& service ntpd stop \ + #&& ntpdate pool.ntp.org \ \ ################ # Install apps #