From 12bcc8b5631f54716c95243e7fe14ea5c02eb69d Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 16 Jun 2022 09:50:01 +0300 Subject: [PATCH] Revert "fix build dirs" This reverts commit 1075790c45e132ce6289a774bfc6bc3b92d068d7. --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4992b23..28e13a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,10 +91,6 @@ RUN set -x && \ --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 && \