jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 294 forks source link

Dockerfile references a non existent image #341

Closed dupainaulevain closed 5 years ago

dupainaulevain commented 5 years ago

awesto/fedora-uwsgi-python:24.1 in the Dockerfile no longer exists. The https://hub.docker.com/r/awesto/fedora-uwsgi-python repository has not been updated in two years and it is probably best to look for an alternative base image?

Replacing with awesto/fedora-uwsgi-python:5, docker build eventually fails with

Cannot uninstall 'greenlet'. 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.
The command '/bin/sh -c pip install -r /tmp/requirements.txt' returned a non-zero code: 1
dupainaulevain commented 5 years ago

Fixed by https://github.com/jrief/django-angular/pull/340: I should have git pull before reporting the bug, sorry for the noise!