We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a361216 commit cbf9af0Copy full SHA for cbf9af0
1 file changed
Containerfile.ubuntu
@@ -74,6 +74,7 @@ RUN mkdir -p /usr/share/efi/EFI/ubuntu && \
74
FROM rootfs-base AS rootfs-uki
75
76
RUN apt-get update && apt-get install -y --no-install-recommends \
77
+ systemd-boot \
78
systemd-boot-efi \
79
systemd-ukify \
80
&& rm -rf /var/lib/apt/lists/*
@@ -84,6 +85,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
84
85
FROM rootfs-base AS rootfs-uki-sb
86
87
88
89
90
91
sbsigntool \
0 commit comments