Update Dockerfile

This commit is contained in:
MyroTk 2024-01-22 15:19:31 -08:00 committed by GitHub
parent e3f5058f61
commit e78eb41264
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,47 +63,46 @@ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \
RUN python3 -m pip install --no-cache-dir \ RUN python3 -m pip install --no-cache-dir \
PyMySQL \ PyMySQL==1.1.0 \
aerospike==11.1.0 \ asyncio==3.4.3 \
asyncio \
avro==1.10.2 \ avro==1.10.2 \
azure-storage-blob \ azure-storage-blob==12.19.0 \
boto3 \ boto3==1.34.24 \
cassandra-driver \ cassandra-driver==3.29.0 \
confluent-kafka==1.9.2 \ confluent-kafka==1.9.2 \
delta-spark==2.3.0 \ delta-spark==2.3.0 \
dict2xml \ dict2xml==1.7.4 \
dicttoxml \ dicttoxml==1.7.16 \
docker==6.1.3 \ docker==6.1.3 \
docker-compose==1.29.2 \ docker-compose==1.29.2 \
grpcio \ grpcio==1.60.0 \
grpcio-tools \ grpcio-tools==1.60.0 \
kafka-python \ kafka-python==2.0.2 \
kazoo \ kazoo==2.9.0 \
lz4 \ lz4==4.3.3 \
minio \ minio==7.2.3 \
nats-py \ nats-py==2.6.0 \
protobuf \ protobuf==4.25.2 \
psycopg2-binary==2.9.6 \ psycopg2-binary==2.9.6 \
pyhdfs \ pyhdfs==0.3.1 \
pymongo==3.11.0 \ pymongo==3.11.0 \
pyspark==3.3.2 \ pyspark==3.3.2 \
pytest \ pytest==7.4.4 \
pytest-order==1.0.0 \ pytest-order==1.0.0 \
pytest-random \ pytest-random==0.2 \
pytest-repeat \ pytest-repeat==0.9.3 \
pytest-timeout \ pytest-timeout==2.2.0 \
pytest-xdist \ pytest-xdist==3.5.0 \
pytest-reportlog==0.4.0 \ pytest-reportlog==0.4.0 \
pytz \ pytz==2023.3.post1 \
pyyaml==5.3.1 \ pyyaml==5.3.1 \
redis \ redis==5.0.1 \
requests-kerberos \ requests-kerberos==0.14.0 \
tzlocal==2.1 \ tzlocal==2.1 \
retry \ retry==0.9.2 \
bs4 \ bs4==0.0.2 \
lxml \ lxml==5.1.0 \
urllib3 urllib3==2.0.7
# bs4, lxml are for cloud tests, do not delete # 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