From badce296e3e02e935e0fa7f51990277cae41e950 Mon Sep 17 00:00:00 2001 From: Seednode <git@seedno.de> Date: Sat, 15 Jan 2022 23:27:34 -0600 Subject: [PATCH] Removed single core build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3a6fe0..507bfd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN ./configure --prefix=/usr/share/nginx \ --without-mail_imap_module \ --without-mail_smtp_module \ --with-cc-opt="-Wl,--gc-sections -static -static-libgcc -O2 -ffunction-sections -fdata-sections -fPIC -fstack-protector-all -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security" -ARG CORE_COUNT="1" +ARG CORE_COUNT RUN make -j"$CORE_COUNT" RUN make install