From f0d445879badc8f2f41c1b1fa9de333b32d18484 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 29 Jun 2021 13:09:11 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index ba89c67b2..97872a6fd 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -12,7 +12,7 @@ RUN \ #################### # AVOID NTP ISSUES # #################### - yum install -y ntp \ + apt-get install -y ntp \ && service ntpd stop \ && ntpdate pool.ntp.org \ \