pyrebox icon indicating copy to clipboard operation
pyrebox copied to clipboard

Update Dockerfile

Open Shotokhan opened this issue 2 years ago • 0 comments

python version in Dockerfile is 2.7, so "pip install --upgrade pip" will fail because last version of pip is not compatible with python2 (see https://pypi.org/project/pip/); so an older version of pip must be used, like 20.3

Shotokhan avatar May 01 '22 11:05 Shotokhan