Skip to content

Commit

Permalink
Add grub package to seedimage built in OBS
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <[email protected]>
  • Loading branch information
frelon committed Nov 23, 2023
1 parent cbe7427 commit ace7ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .obs/dockerfile/seedimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG SLE_VERSION
FROM suse/sle15:$SLE_VERSION as BASE

RUN mkdir -p /installroot && \
zypper --gpg-auto-import-keys --installroot /installroot in -y --no-recommends elemental-toolkit elemental-httpfy xorriso curl coreutils ca-certificates ca-certificates-mozilla gptfdisk squashfs util-linux dosfstools mtools e2fsprogs
zypper --gpg-auto-import-keys --installroot /installroot in -y --no-recommends elemental-toolkit elemental-httpfy xorriso curl coreutils ca-certificates ca-certificates-mozilla gptfdisk squashfs util-linux dosfstools mtools e2fsprogs grub2


FROM scratch as SEEDIMAGE_BUILDER
Expand Down

0 comments on commit ace7ebe

Please sign in to comment.