Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 23:06:19 -05:00 committed by GitHub
parent 8a9568cd59
commit c4a7f4c8d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,8 @@ RUN usermod -u 99 nobody
# Update packages and install software # Update packages and install software
RUN apt-get update \ RUN apt-get update \
&& apt-get -y install software-properties-common \ && apt-get install -y --no-install-recommends apt-utils \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:qbittorrent-team/qbittorrent-stable \ && add-apt-repository ppa:qbittorrent-team/qbittorrent-stable \
&& apt-get update \ && 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 \