fix build dirs

This commit is contained in:
Dmitry Belyaev 2021-08-10 11:28:21 +03:00
parent 9d7abf3dea
commit 1075790c45
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 5 additions and 1 deletions

View File

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