Skip to content

Commit

Permalink
🐛 Add missing deps for initramfs
Browse files Browse the repository at this point in the history
Some utils were missing ffrom initramfs which could lead to issues when
running the stages

Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Oct 10, 2023
1 parent 7eeeb55 commit 5abbe82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/Dockerfile.almalinux
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN dnf install -y \
efibootmgr \
epel-release \
gawk \
gdisk \
grub2 \
grub2-efi-x64 \
grub2-efi-x64-modules \
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.rockylinux
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN dnf install -y \
efibootmgr \
epel-release \
gawk \
gdisk \
grub2 \
grub2-efi-x64 \
grub2-efi-x64-modules \
Expand Down
1 change: 1 addition & 0 deletions images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN apt-get update \
dracut \
dracut-network \
e2fsprogs \
fdisk \
gawk \
gdisk \
grub2-common \
Expand Down

0 comments on commit 5abbe82

Please sign in to comment.