Update Dockerfile
This commit is contained in:
parent
b25e78f569
commit
24bb50e219
@ -13,7 +13,7 @@ RUN echo "deb-src http://deb.debian.org/debian buster main contrib" >> /etc/apt/
|
||||
&& cd squid \
|
||||
&& ./configure \
|
||||
--prefix=/usr \
|
||||
--datadir=/usr/share \
|
||||
--datadir=/usr/share/squid \
|
||||
--build=x86_64-linux-gnu \
|
||||
--enable-cache-digests \
|
||||
--includedir=/usr/include \
|
||||
@ -34,7 +34,6 @@ RUN echo "deb-src http://deb.debian.org/debian buster main contrib" >> /etc/apt/
|
||||
--with-squid=/usr/lib/squid \
|
||||
--disable-ipv6 \
|
||||
--enable-ltdl-convenience \
|
||||
--disable-ident-lookups \
|
||||
--enable-http-violations \
|
||||
build_alias="x86_64-linux-gnu" \
|
||||
CFLAGS="-g -O2 -g -Wall -O2" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user