docker: keep grub for now
This commit is contained in:
parent
efacdab1e8
commit
908ff595a3
@ -17,4 +17,7 @@ run apt-get update \
|
|||||||
&& apt-get install -y genisoimage gdisk dosfstools util-linux udev \
|
&& apt-get install -y genisoimage gdisk dosfstools util-linux udev \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
|
run yes |apt-get install -y grub2 grub-pc-bin grub-efi-amd64-bin \
|
||||||
|
&& apt-get clean
|
||||||
|
|
||||||
copy --from=build /go/bin/ /bin/
|
copy --from=build /go/bin/ /bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user