travis-ci / apt-source-safelist

Safelist of apt sources approved for build environments with restricted sudo
MIT License
79 stars 94 forks source link

Ubuntu universe #74

Open cdmicacc opened 9 years ago

cdmicacc commented 9 years ago
deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe
deb-src http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe

Related to https://github.com/travis-ci/apt-package-whitelist/issues/412

gsauthof commented 6 years ago

Does this mean that the universe repository isn't enabled, by default?

If this is the case, please enable it, or add an alias for universe.

Also, it would be great if https://docs.travis-ci.com/user/installing-dependencies/#installing-packages-with-the-apt-addon would include a note describing which repositories are enabled, by default.