From 1adf2c5f31525f564ec2e1cbd22ab4f5ee796634 Mon Sep 17 00:00:00 2001 From: Fred Date: Tue, 27 Apr 2021 19:50:43 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 210dc32..0e77c47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,11 +2,6 @@ FROM debian:buster ARG SQUID_VERSION -ENV SQUID_CACHE_DIR=/var/spool/squid \ - SQUID_LOG_DIR=/var/log/squid \ - SQUID_USER=proxy - ENV_SQUID_VERSION=$SQUID_VERSION - WORKDIR /tmp RUN echo "deb-src http://deb.debian.org/debian buster main contrib" >> /etc/apt/sources.list && apt-get update && apt-get --no-install-recommends -y build-dep squid && apt-get --no-install-recommends -y install wget tar xz-utils libssl-dev libssl1.1 winbind \ && wget http://www.squid-cache.org/Versions/v4/$SQUID_VERSION \