Removed single core build

This commit is contained in:
Seednode 2022-01-15 23:27:34 -06:00
parent b67847e254
commit badce296e3

View File

@ -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