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

parallel compile jobs

This commit is contained in:
Dmitry Belyaev 2017-09-21 10:50:41 +03:00
parent 6f138189ff
commit 27509b05f6
Signed by: b4tman
GPG Key ID: 014E87EC54B77673

View File

@ -97,8 +97,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 \