mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-22 03:06:53 +00:00
parent
e89dd2383a
commit
c7d9736e2e
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user