mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-10-31 18:06:53 +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-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 \
|
||||
|
Loading…
Reference in New Issue
Block a user