mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 14:44:57 +00:00
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:
parent
1f1a7de7c3
commit
c154891a17
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user