Set the version for python2 package protobuf (#10964)

Why I did it
Python2 not support to install protobuf>=4.21.
This commit is contained in:
xumia 2022-05-30 20:00:54 +08:00 committed by GitHub
parent c4e806fcf7
commit 6d3f1346fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ RUN pip2 install wheel==0.35.1
RUN pip2 install connexion==1.1.15 \
setuptools==21.0.0 \
grpcio-tools==1.20.0 \
protobuf==3.17.3 \
certifi==2017.4.17 \
python-dateutil==2.6.0 \
six==1.11.0 \