Update Dockerfile

This commit is contained in:
Kseniia Sumarokova 2023-08-31 14:34:41 +02:00 committed by GitHub
parent f4c3807547
commit 54a715da2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \