Compare commits
1 Commits
6b35d42d97
...
3179a9ddd2
Author | SHA256 | Date | |
---|---|---|---|
3179a9ddd2 |
@@ -7,8 +7,9 @@ ARG SLE_VERSION
|
||||
FROM registry.suse.com/bci/bci-micro:$SLE_VERSION AS micro
|
||||
|
||||
FROM registry.suse.com/bci/bci-base:$SLE_VERSION AS base
|
||||
#Might be needed: dosfstools mtools
|
||||
|
||||
RUN zypper -n in --no-recommends shim-x86_64 shim-aarch64 grub2-x86_64-efi grub2-arm64-efi dosfstools mtools
|
||||
RUN zypper -n in --no-recommends shim-x86_64 shim-aarch64 grub2-x86_64-efi grub2-arm64-efi
|
||||
|
||||
WORKDIR /tmp
|
||||
COPY prepare-efi.sh /bin/
|
||||
|
Reference in New Issue
Block a user