From 38916f886e16059d3ef9a1c1668a1c39294fb180 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