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`.
This commit is contained in:
Ryan Borstelmann 2018-07-19 12:15:55 -05:00 committed by GitHub
parent 1f1a7de7c3
commit c154891a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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