From f6a8101b364e96de0e3eda2531a8a18629bb9a15 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 11 Feb 2018 21:00:59 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcd8969..6585978 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,8 @@ RUN buildDeps=" \ && make -j$(nproc) \ && make install \ && cd /usr/src/qbittorrent/src/app \ - && patch -i /tmp/patches/main.patch \ + && cp /tmp/patches/main.patch /usr/src/qbittorrent/src/app + && patch -i /usr/src/qbittorrent/src/app/main.patch \ && cd /usr/src/qbittorrent/ \ && ./configure --disable-gui --prefix=/usr \ && make -j$(nproc) \