From 24bb50e21945dc37d75661c9852efac72c154911 Mon Sep 17 00:00:00 2001 From: Fred Date: Tue, 27 Apr 2021 06:05:01 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 60b3648..cddc006 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" \