mirror of
https://git.seedno.de/seednode/docker-nginx-js-challenge.git
synced 2025-04-03 16:23:02 +00:00
Removed single core build
This commit is contained in:
parent
b67847e254
commit
badce296e3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user