grub-install
Install GRUB to a device. More information: <https://www.gnu.org/software/grub/manual/grub/html_node/Installing-GRUB-using-grub_002dinstall.html>.
RUN apt-get update && \
apt-get install -y grub-pc
RUN apt-get update && \
apt-get install -y lupin-support
RUN apk add grub
RUN pacman -S --noconfirm grub
RUN apt-get update && \
apt-get install -y grub-legacy
RUN dnf install -y grub2-common
RUN apt-get update && \
apt-get install -y grub2-common