Update Dockerfile

This commit is contained in:
MarkusMcNugen
2018-02-03 06:51:01 -05:00
committed by GitHub
parent b687c58f89
commit 02ff753da9

View File

@@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Update packages and install software
RUN apt-get update \
&& add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
&& 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 \