RUN sed -i.bak '/jessie-updates/d' /etc/apt/sources.list
A bug report was filed so it is possible this issue will be resolved by the Debian team.
We could also upgrade to Debian Stretch. The base image we're using is from https://github.com/azavea/docker-django, however we no longer maintain a Django 1.10 image, so we can't simply upgrade to a new base image. We could however upgrade to Django 1.11 (#411) would also upgrade Debian to Stretch as a side-effect.
We've recently encountered an issue an issue building the
django
docker image for this project:DRIVER recently encountered a similar issue (see https://azavea.slack.com/archives/C09PG4RB7/p1553618703032300 and https://azavea.slack.com/archives/C09PG4RB7/p1553619814032900) and the indication is that this is caused by the
jessie-updates
APT repository no longer being available. We could potentially work around this with by adding following line to theDockerfile
:A bug report was filed so it is possible this issue will be resolved by the Debian team.
We could also upgrade to Debian Stretch. The base image we're using is from https://github.com/azavea/docker-django, however we no longer maintain a Django 1.10 image, so we can't simply upgrade to a new base image. We could however upgrade to Django 1.11 (#411) would also upgrade Debian to Stretch as a side-effect.