From 3c54ce191fda59e8bc2ab790ba28513fff6196cf Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 11 Feb 2018 20:45:06 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e94180a..ef15e33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN buildDeps=" \ && ./configure --disable-debug --enable-encryption --prefix=/usr \ && make install \ && 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) \