mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-22 11:16:55 +00:00
parallel compile jobs
This commit is contained in:
parent
6f138189ff
commit
27509b05f6
@ -97,8 +97,8 @@ RUN set -x && \
|
|||||||
--with-large-files \
|
--with-large-files \
|
||||||
--with-default-user=squid \
|
--with-default-user=squid \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
--with-pidfile=/var/run/squid/squid.pid \
|
--with-pidfile=/var/run/squid/squid.pid && \
|
||||||
make && \
|
make -j $(grep -cs ^processor /proc/cpuinfo) && \
|
||||||
make install && \
|
make install && \
|
||||||
install -d -o squid -g squid \
|
install -d -o squid -g squid \
|
||||||
/var/cache/squid \
|
/var/cache/squid \
|
||||||
|
Loading…
Reference in New Issue
Block a user