Skip to content

Commit cbf9af0

Browse files
committed
fix: install systemd-boot in ubuntu uki stages to get bootctl
1 parent a361216 commit cbf9af0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Containerfile.ubuntu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ RUN mkdir -p /usr/share/efi/EFI/ubuntu && \
7474
FROM rootfs-base AS rootfs-uki
7575

7676
RUN apt-get update && apt-get install -y --no-install-recommends \
77+
systemd-boot \
7778
systemd-boot-efi \
7879
systemd-ukify \
7980
&& rm -rf /var/lib/apt/lists/*
@@ -84,6 +85,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8485
FROM rootfs-base AS rootfs-uki-sb
8586

8687
RUN apt-get update && apt-get install -y --no-install-recommends \
88+
systemd-boot \
8789
systemd-boot-efi \
8890
systemd-ukify \
8991
sbsigntool \

0 commit comments

Comments
 (0)