mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +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:
parent
98b688817d
commit
cfcb0f1d61
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:15.10
|
FROM debian:jessie
|
||||||
|
|
||||||
RUN apt-get update && apt-get -y upgrade && apt-get -y install \
|
RUN apt-get update && apt-get -y upgrade && apt-get -y install \
|
||||||
genisoimage \
|
genisoimage \
|
||||||
|
Loading…
Reference in New Issue
Block a user