From c154891a17619e00ed0508de79e4c4bf6bbf765b Mon Sep 17 00:00:00 2001 From: Ryan Borstelmann Date: Thu, 19 Jul 2018 12:15:55 -0500 Subject: [PATCH] Added unrar to list of installed applications I (and many others) use qBittorrent's "Run external program on torrent completion", and use unrar to automatically extract files. Adding unrar to the list of installed packets using apt-get, so users can avoid having to manually do it via `docker exec`. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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