From 07469527a2fcd0edebe7e87f6a3ec72b4174fa63 Mon Sep 17 00:00:00 2001 From: Stefano Alberto Russo <stefano.russo@gmail.com> Date: Sat, 28 May 2022 13:34:30 +0200 Subject: [PATCH] Removed leftover comment. --- services/webapp/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/webapp/Dockerfile b/services/webapp/Dockerfile index a712c5d..940e4b9 100644 --- a/services/webapp/Dockerfile +++ b/services/webapp/Dockerfile @@ -19,10 +19,6 @@ RUN curl -O https://bootstrap.pypa.io/pip/3.6/get-pip.py # Install Python3 and Pip3 (python3-distutils required for pip3) RUN apt-get install python3 python3-distutils -y -# Install Python and pip in this order (first Python 3 and then Python 2), or -# you will end ap with python defaulting to python2 and pip defaulting to pip3 -# Otherwise, do somethign like "ln -s /usr/local/bin/pip3 /usr/local/bin/pip" - # Install Python3 and Pip3 (ython3-distutils required for pip3) RUN apt-get install python3 python3-distutils -y RUN python3 get-pip.py 'pip==21.0.1' -- GitLab