mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-11-04 11:03:44 +00:00 
			
		
		
		
	use debian not ubuntu for making iso so we have fewer base images
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
FROM ubuntu:15.10
 | 
			
		||||
FROM debian:jessie
 | 
			
		||||
 | 
			
		||||
RUN apt-get update && apt-get -y upgrade && apt-get -y install \
 | 
			
		||||
  genisoimage \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user