Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent APT using source lists from /etc/apt/sources.list.d/ (#46)
Previously the buildpack only passed `-o dir::etc::sourcelist` to APT, which meant that APT still used the default `sourceparts` location of `/etc/apt/sources.list.d/`. This meant on cedar-14 this buildpack would use esm.ubuntu.com as an APT source (as of heroku/base-images/pull/140), which results in errors if the requested packages happened to have ESM-only updates available (since the ESM repository requires credentials since it's a paid Ubuntu offering). Fixes #45 / W-6224944.
- Loading branch information