From 3696916f44aef3e931205551b570af343fe6e330 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Fri, 27 Nov 2020 07:20:41 +0300 Subject: [PATCH] perf: add setuptools into docker image (to built clikchouse-driver) --- docker/test/performance-comparison/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/test/performance-comparison/Dockerfile b/docker/test/performance-comparison/Dockerfile index bc8b580b1fa..8734e47e80f 100644 --- a/docker/test/performance-comparison/Dockerfile +++ b/docker/test/performance-comparison/Dockerfile @@ -25,6 +25,7 @@ RUN apt-get update \ python3 \ python3-dev \ python3-pip \ + python3-setuptools \ rsync \ tree \ tzdata \