1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-06-17 12:44:21 +00:00

Merge branch 'master' into v5

This commit is contained in:
2021-08-10 12:19:06 +03:00
committed by GitHub

@ -94,10 +94,10 @@ RUN set -x && \
--with-default-user=squid \ --with-default-user=squid \
--with-openssl \ --with-openssl \
--with-pidfile=/var/run/squid/squid.pid --with-pidfile=/var/run/squid/squid.pid
# fix build # fix build
RUN set -x && \ RUN set -x && \
mkdir -p /tmp/build/tools/squidclient/tests && \ mkdir -p /tmp/build/tools/squidclient/tests && \
mkdir -p /tmp/build/tools/tests mkdir -p /tmp/build/tools/tests
RUN set -x && \ RUN set -x && \