added -j8 to build faster in parallel with cores avaiabe to the ocntainer it buids in
This commit is contained in:
@@ -45,7 +45,7 @@ RUN ./configure \
|
||||
--with-stream_realip_module \
|
||||
--with-http_slice_module \
|
||||
--with-http_v2_module
|
||||
RUN make && make install
|
||||
RUN make -j$(nproc) && make install
|
||||
RUN rm -rf /tmp/* && rm -rf /var/cache/apk/*
|
||||
|
||||
# --- Stage 2: Runtime ---
|
||||
|
||||
Reference in New Issue
Block a user