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