From c4a7f4c8d3312f01893d7ca6a36d8d21bcd04846 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 23:06:19 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81831eb..d93fd22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,8 @@ RUN usermod -u 99 nobody # Update packages and install software 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 \ && apt-get update \ && apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc \