nodece commented on code in PR #22613:
URL: https://github.com/apache/pulsar/pull/22613#discussion_r1583282988


##########
docker/pulsar/Dockerfile:
##########
@@ -59,16 +59,16 @@ RUN apk add --no-cache \
        musl-dev \
        libffi-dev \
        py3-pip \
-       py3-grpcio \

Review Comment:
   The operating system only requires the basic package, and we can use `pip` 
to install other dependencies, which are always the latest.
   
   `apk` sometimes provides outdated packages.
   
   
   >  The pip will uninstall the installed, and then to install a new grpcio 
package by the pulsar-client.
   
   You can use the `RUN pip3 install --break-system-packages 
pulsar-client[all]==${PULSAR_CLIENT_PYTHON_VERSION} --verbose --prefer-binary` 
to reproduce this issue in the Dockerfile.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to