You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/02/17 20:44:48 UTC

[GitHub] [bookkeeper] zzzming commented on a change in pull request #2609: Fix docker image build - add python3

zzzming commented on a change in pull request #2609:
URL: https://github.com/apache/bookkeeper/pull/2609#discussion_r577930384



##########
File path: docker/Dockerfile
##########
@@ -48,6 +48,7 @@ RUN set -x \
     && rm -rf "$DISTRO_NAME.tar.gz" "$DISTRO_NAME.tar.gz.asc" "$DISTRO_NAME.tar.gz.sha512" \
     # install zookeeper shell
     && wget -q https://bootstrap.pypa.io/2.7/get-pip.py \
+    && python --version \

Review comment:
       If python3 is installed, you should update pip 3 too at line 50.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org