From 02ff753da9548040ed885dcd4e877464709bf72c Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sat, 3 Feb 2018 06:51:01 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b6bbb3f..8744c9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \