From 737c66be4baf1859f2cf388d9a48603bcda3c1e7 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Mon, 4 Jan 2021 00:31:53 +0000 Subject: [PATCH] Allow MAKEFLAGS in the Plex build stage This should speed up building significantly if MAKEFLAGS sets a -j parameter and the build host has multiple cores. Signed-off-by: Joe Groocock --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ae6bfd2..5a82094 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ ARG XMLSTAR_VER ARG OPENSSL_VER ARG CURL_VER ARG ZLIB_VER +ARG MAKEFLAGS ARG PREFIX=/prefix