mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	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
 |