mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 19:42:00 +00:00
Merge pull request #54118 from ClickHouse/kssenii-patch-6
Update Dockerfile
This commit is contained in:
commit
3eebac1cea
@ -100,7 +100,10 @@ RUN python3 -m pip install --no-cache-dir \
|
|||||||
requests-kerberos \
|
requests-kerberos \
|
||||||
tzlocal==2.1 \
|
tzlocal==2.1 \
|
||||||
retry \
|
retry \
|
||||||
|
bs4 \
|
||||||
|
lxml \
|
||||||
urllib3
|
urllib3
|
||||||
|
# bs4, lxml are for cloud tests, do not delete
|
||||||
|
|
||||||
# Hudi supports only spark 3.3.*, not 3.4
|
# 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 \
|
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