mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
7d77db96e3
Right now in the Ubuntu 14.04 base image for Docker the file /etc/apt/preferences.d/ubuntu-esm-infra-trusty doesn't exist. Subsequently, apt-get update enables ESM, but since we don't have a license to use that upgrades / installs from ESM fail. This workaround simply ensure that there is such a file pinning ESM to never be used. With that, the creation of our image should succeed again. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
4 lines
102 B
Text
4 lines
102 B
Text
# Written by ubuntu-advantage-tools
|
|
Package: *
|
|
Pin: release o=UbuntuESM, n=trusty
|
|
Pin-Priority: never
|