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:
Justin Cormack 2016-03-10 11:34:11 +00:00
parent 98b688817d
commit cfcb0f1d61

View File

@ -1,4 +1,4 @@
FROM ubuntu:15.10
FROM debian:jessie
RUN apt-get update && apt-get -y upgrade && apt-get -y install \
genisoimage \