Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile_alpine: fix broken pip six installation #1568

Merged
merged 1 commit into from
May 8, 2021
Merged

Dockerfile_alpine: fix broken pip six installation #1568

merged 1 commit into from
May 8, 2021

Commits on May 8, 2021

  1. Dockerfile_alpine: fix broken pip six installation

    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.
    ```
    neteler committed May 8, 2021
    Configuration menu
    Copy the full SHA
    94ea139 View commit details
    Browse the repository at this point in the history