there is a issue "No module named google.protobuf",
when trying to run the services docker.
Add the protobuf in services Dockerfile.
Change-Id: I280dc1d5908bcec784e9e1e7c4d07e145f092cdb
Signed-off-by: wutianwei <wutianwei1@huawei.com>
&& apt-get install -y git python-setuptools python-pip curl apt-transport-https \
&& apt-get -y autoremove && apt-get clean \
&& pip install --upgrade pip \
- && python -m pip install grpcio argparse
+ && python -m pip install grpcio argparse protobuf
# Fetch source code
RUN mkdir -p ${REPOS_DIR}
python-pip \
&& \
# Install required python packages
- python -m pip install grpcio redis jinja2
+ python -m pip install grpcio redis jinja2 protobuf
COPY /process /process
COPY /grpc /grpc
python-pip \
&& \
# Install required python packages
- python -m pip install grpcio redis jinja2
+ python -m pip install grpcio redis jinja2 protobuf
COPY /process /process
COPY /grpc /grpc
python-pip \
&& \
# Install required python packages
- python -m pip install grpcio redis jinja2
+ python -m pip install grpcio redis jinja2 protobuf
COPY /process /process
COPY /grpc /grpc
ln -s libdnet.so.1.0.1 libdnet.1 \
&& \
# Install required python libraries
- python -m pip install grpcio redis idstools
+ python -m pip install grpcio redis idstools protobuf
COPY /process /process
COPY /grpc /grpc