Merge pull request #54118 from ClickHouse/kssenii-patch-6

Update Dockerfile
This commit is contained in:
Nikita Mikhaylov 2023-08-31 17:15:17 +02:00 committed by GitHub
commit 3eebac1cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,10 @@ RUN python3 -m pip install --no-cache-dir \
requests-kerberos \
tzlocal==2.1 \
retry \
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 \