diff --git a/Dockerfile b/Dockerfile index 8744c9e..e73aa53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,9 +12,9 @@ ENV DEBIAN_FRONTEND noninteractive # Update packages and install software RUN apt-get update \ + && apt-get -y install software-properties-common \ && add-apt-repository ppa:qbittorrent-team/qbittorrent-stable \ && apt-get update \ - && apt-get -y install software-properties-common \ && apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*