From 54a715da2d56a51fca39197451d5d68128446fd0 Mon Sep 17 00:00:00 2001 From: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:34:41 +0200 Subject: [PATCH] Update Dockerfile --- docker/test/integration/runner/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker/test/integration/runner/Dockerfile b/docker/test/integration/runner/Dockerfile index 5e55e95ec55..d42fcb9baf6 100644 --- a/docker/test/integration/runner/Dockerfile +++ b/docker/test/integration/runner/Dockerfile @@ -100,9 +100,10 @@ RUN python3 -m pip install --no-cache-dir \ requests-kerberos \ tzlocal==2.1 \ retry \ - bs4 \ # for cloud tests - lxml \ # for cloud tests + bs4 \ + lxml \ urllib3 +# bs4, lxml are for cloud tests, do not delete # Hudi supports only spark 3.3.*, not 3.4 RUN curl -fsSL -O https://archive.apache.org/dist/spark/spark-3.3.2/spark-3.3.2-bin-hadoop3.tgz \