Update decompres tar

This commit is contained in:
fredbcode 2021-04-23 14:47:20 +02:00
parent 4f66c99f26
commit b46856a1a2

View File

@ -9,7 +9,7 @@ ARG 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 \
&& wget http://www.squid-cache.org/Versions/v4/$SQUID_VERSION \
&& tar -C squid --strip-components=1 -xzf $SQUID_VERSION \
&& mkdir squid && tar -C squid --strip-components=1 -xzf $SQUID_VERSION \
&& cd squid \
&& ./configure \
--prefix=/usr \