parallel compile jobs

(cherry picked from commit 27509b05f6)
This commit is contained in:
2018-02-28 11:40:55 +03:00
committed by Dmitry Belyaev
parent e89dd2383a
commit c7d9736e2e
+2 -2
View File
@@ -95,8 +95,8 @@ RUN set -x && \
--with-large-files \
--with-default-user=squid \
--with-openssl \
--with-pidfile=/var/run/squid/squid.pid \
make && \
--with-pidfile=/var/run/squid/squid.pid && \
make -j $(grep -cs ^processor /proc/cpuinfo) && \
make install && \
install -d -o squid -g squid \
/var/cache/squid \