From f7701624dded0e3d484df81468c1308872148a80 Mon Sep 17 00:00:00 2001 From: fredbcode Date: Thu, 28 Oct 2021 09:47:39 +0200 Subject: [PATCH] Reduce size --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 514a2a0..9c1ae06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,6 @@ WORKDIR /tmp RUN echo "deb-src http://deb.debian.org/debian bullseye main contrib" >> /etc/apt/sources.list && apt-get update && apt-get --no-upgrade --no-install-recommends -y build-dep squid && apt-get --no-install-recommends -y install wget tar xz-utils libssl-dev libssl1.1 winbind \ && wget --progress=dot:giga http://www.squid-cache.org/Versions/v5/$SQUID_VERSION \ && tar -C /tmp --strip-components=1 -xzf $SQUID_VERSION \ - && cd squid \ && ./configure \ --prefix=/usr \ --datadir=/usr/share/squid \