fix: add syslinux to create ISO
We need syslinux to create an ISO. Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
This commit is contained in:
parent
1bb8fdf1c1
commit
555cae1073
@ -384,8 +384,10 @@ RUN apk add --no-cache --update \
|
||||
cdrkit \
|
||||
efibootmgr \
|
||||
qemu-img \
|
||||
syslinux \
|
||||
util-linux \
|
||||
xfsprogs
|
||||
COPY --from=docker.io/autonomy/syslinux:v0.2.0-35-g8be6358 / /
|
||||
COPY --from=docker.io/autonomy/grub:v0.2.0-35-g8be6358 / /
|
||||
COPY --from=kernel /vmlinuz /usr/install/vmlinuz
|
||||
COPY --from=initramfs /initramfs.xz /usr/install/initramfs.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user