eolivelli commented on a change in pull request #9690:
URL: https://github.com/apache/pulsar/pull/9690#discussion_r581836277



##########
File path: build/docker/Dockerfile
##########
@@ -66,6 +67,7 @@ RUN wget https://artifacts.crowdin.com/repo/deb/crowdin.deb 
-O crowdin.deb
 RUN dpkg -i crowdin.deb
 
 # Install PIP and PDoc
+RUN wget https://bootstrap.pypa.io/2.7/get-pip.py && python get-pip.py

Review comment:
       what about adding '&& rm get-pip.py' in order to not leave the file in 
the image ?




----------------------------------------------------------------
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:
[email protected]


Reply via email to