mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-12 04:10:08 +00:00
iso: use ubuntu instead of debian to reduce the number of base images
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM debian:jessie
|
FROM ubuntu:15.10
|
||||||
|
|
||||||
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 \
|
||||||
|
Reference in New Issue
Block a user