From d22e3b5ecb27d7b025fe6858a7573dae6db96e77 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Sun, 11 Feb 2018 20:49:35 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0160e8f..dcd8969 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN buildDeps=" \ && export LDFLAGS=-L/opt/local/lib \ && export CXXFLAGS=-I/opt/local/include \ && ./configure --disable-debug --enable-encryption --prefix=/usr \ - && make -j$(nproc) + && make -j$(nproc) \ && make install \ && cd /usr/src/qbittorrent/src/app \ && patch -i /tmp/patches/main.patch \