From 6997adb6bc4c2054c318df4d4d587a221cf7719d Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 11 Feb 2018 22:28:40 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b085c0c..6d0a4c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ RUN buildDeps=" \ && tar -xzf qbittorrent.tar.gz -C /usr/src/qbittorrent --strip-components=1 \ && rm qbittorrent.tar.gz* \ && cd /usr/src/qbittorrent/src/app \ - && patch -i /tmp/patches/main.patch && \ + && patch -i /tmp/patches/main.patch \ && cd /usr/src/qbittorrent/ \ && ./configure --disable-gui --prefix=/usr \ && make -j$(nproc) \