mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
217 stars 34 forks source link

Workaround debian jessie base docker apt-get issues #1327

Closed pjenvey closed 5 years ago

pjenvey commented 5 years ago

apt-get update in the Dockerfile now fails w/:

W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/InRelease Unable to find expected entry 'main/binary-amd64/Packages' in Release file (Wrong sources.list entry or malformed file)

Our pypy2 base image is based on debian jessie and not easily upgradable to debian stretch. jessie's been obsoleted but continues LTS until 2020. So jessie-updates was been removed last month w/ LTS continuing with the main archive.

We'll at the very least need a quick fix to sources.list (probably like this)