Update Dockerfile
This commit is contained in:
parent
1adf2c5f31
commit
2f99f08a9b
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user