Skip to content

Commit

Permalink
🐛 Add missing deps for initramfs (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Itxaka authored Oct 11, 2023
1 parent 61fdd39 commit 259ac68
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 259ac68

Please sign in to comment.