From 1864764d77336ad07c6b16f39da54eef1ed46120 Mon Sep 17 00:00:00 2001 From: Fred Date: Mon, 22 Jul 2024 14:21:44 +0000 Subject: [PATCH] Add multi cores to make --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0f40067..819c157 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN echo "deb-src http://deb.debian.org/debian bookworm main contrib" >> /etc/ap --enable-icap-support \ --enable-async-io \ --with-pthreads \ - --with-winbind \ + --with-winbind \ --bindir=/usr/sbin \ --sbindir=/usr/sbin \ --with-squid=/usr/lib/squid \ @@ -54,7 +54,7 @@ RUN echo "deb-src http://deb.debian.org/debian bookworm main contrib" >> /etc/ap --with-pidfile=/squid/squid.pid \ --with-default-user=squid \ --enable-removal-policies="lru,heap" \ - && make \ + && make -j4 \ && find /tmp/ -type f -name "Makefil*" -delete \ && find /tmp/ -type f -name "*.in" -delete # Install