forked from OSGeo/grass
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile_alpine: fix broken pip six installation (OSGeo#1568)
Fixes docker hub error: ``` Step 32/49 : RUN pip3 install --upgrade pip six grass-session ---> Running in 1c63e0d56789 Collecting pip Downloading pip-21.1.1-py3-none-any.whl (1.5 MB) Collecting six Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting grass-session Downloading grass_session-0.5-py2.py3-none-any.whl (31 kB) Installing collected packages: pip, six, grass-session Attempting uninstall: pip Found existing installation: pip 20.0.2 Uninstalling pip-20.0.2: Successfully uninstalled pip-20.0.2 Attempting uninstall: six Found existing installation: six 1.15.0 ERROR: Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. ```
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters