mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update Dockerfile
This commit is contained in:
parent
f4c3807547
commit
54a715da2d
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user