mirror of
https://github.com/rancher/os.git
synced 2025-06-22 04:57:04 +00:00
cleanup installer Dockerfile a bit
This commit is contained in:
parent
bf6b22c961
commit
e525091ab5
@ -1,7 +1,9 @@
|
|||||||
FROM debian:jessie
|
FROM debian:jessie
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
RUN apt-get update && apt-get install -y grub2 parted
|
||||||
|
|
||||||
COPY ./scripts/installer /scripts
|
COPY ./scripts/installer /scripts
|
||||||
COPY ./scripts/version /scripts/
|
COPY ./scripts/version /scripts/
|
||||||
RUN /scripts/bootstrap
|
|
||||||
|
|
||||||
COPY ./dist/artifacts/vmlinuz /dist/vmlinuz
|
COPY ./dist/artifacts/vmlinuz /dist/vmlinuz
|
||||||
COPY ./dist/artifacts/initrd /dist/initrd
|
COPY ./dist/artifacts/initrd /dist/initrd
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
|
||||||
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y grub2 parted
|
|
Loading…
Reference in New Issue
Block a user