diff --git a/Dockerfile b/Dockerfile index 8ac3018..0a63107 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update \ && apt-get install -y software-properties-common \ && add-apt-repository ppa:qbittorrent-team/qbittorrent-stable \ && apt-get update \ - && apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc \ + && apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc unrar \ && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # Add configuration and scripts