grub-bios-setup
Set up a device to use GRUB with a BIOS configuration. You should use grub-install instead of grub-bios-setup in most cases. More information: <https://manned.org/grub-bios-setup.8>.
RUN apt-get update && \
apt-get install -y grub-pc
RUN apt-get update && \
apt-get install -y grub-pc
RUN apk add grub
RUN pacman -S --noconfirm grub
RUN apt-get update && \
apt-get install -y grub-pc
RUN yum install -y grub