1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-09-21 08:48:05 +00:00

parallel compile jobs

(cherry picked from commit 27509b05f6)
This commit is contained in:
Dmitry Belyaev 2017-09-21 10:50:41 +03:00 committed by Dmitry Belyaev
parent e89dd2383a
commit c7d9736e2e

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 \