Ubuntu – Installing python-pip and python3-pip in Docker image
I need to build a Docker image with python2 and python3 with ubuntu as base. So I have added below commands to my Dockerfile to install python2 and python3. Along with those, I'm trying to install python-pip and python3-pip. RUN…