Open raoulhatterer opened 2 years ago
The error mentioning Python 3.5 is no longer supported , You will find how the same error is solved here In the DockeFile change line n°35 which should be
RUN wget https://bootstrap.pypa.io/get-pip.py
into ( You can try other versions then 2.7 )
RUN wget https://bootstrap.pypa.io/pip/2.7/get-pip.py