From 0c3a553fc63242d6d8001230b4dc69a9db5bd233 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 29 Jun 2021 13:50:43 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 00a0642e5..6efde9397 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -12,16 +12,16 @@ RUN \ #################### # AVOID NTP ISSUES # #################### - #date -s "$(wget -qSO- --max-redirect=0 google.com 2>&1 | grep Date: | cut -d' ' -f5-8)Z" + 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 # ################ - apt-get update \ + && apt-get update \ && apt-get install -y \ apt-transport-https \ jq \