Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 06:53:36 -05:00 committed by GitHub
parent 02ff753da9
commit e673b42f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,9 @@ ENV DEBIAN_FRONTEND noninteractive
# Update packages and install software
RUN apt-get update \
&& apt-get -y install software-properties-common \
&& 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 \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*