Add new argument NOAUTO (remove scale)
This commit is contained in:
parent
53778b2f0a
commit
9f0af6a5a5
@ -1,12 +1,10 @@
|
||||
FROM debian:buster
|
||||
|
||||
ARG SQUID_VERSION
|
||||
ARG NOAUTO
|
||||
|
||||
ENV SQUID_CACHE_DIR=/var/spool/squid \
|
||||
SQUID_LOG_DIR=/var/log/squid \
|
||||
SQUID_USER=proxy
|
||||
NOAUTO=${NOAUTO}
|
||||
|
||||
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