From 2f99f08a9b51d4269fa4aad6ac7f60c96820722c Mon Sep 17 00:00:00 2001 From: Fred Date: Tue, 27 Apr 2021 19:52:45 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0e77c47..b33da2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM debian:buster ARG SQUID_VERSION +ENV 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 \