use docker
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal 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"]
|
Reference in New Issue
Block a user