use docker

This commit is contained in:
Mikaël Cluseau
2024-04-25 20:04:11 +02:00
parent a2fe5d5c82
commit 681fc21714
5 changed files with 34 additions and 54 deletions

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
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"]