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) \