grub-support/Dockerfile

11 lines
222 B
Docker
Raw Permalink Normal View History

2024-04-25 18:04:11 +00:00
from debian:stable
run apt-get update \
&& apt-get install -y grub2 grub-efi-amd64-bin grub-pc-bin gdisk dosfstools parted udev \
&& apt-get clean
volume /output
copy assets /assets
entrypoint ["/assets/build-image"]