format ESP using mformat

This commit is contained in:
Mikaël Cluseau
2026-06-17 11:37:52 +02:00
parent 66f391de19
commit 99d8c7598e
2 changed files with 75 additions and 49 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
from novit.tech/direktil/dkl:v1.2.0 as dkl
# ------------------------------------------------------------------------
from golang:1.26.1-trixie as build
from golang:1.26.4-trixie as build
run apt-get update && apt-get install -y git
@@ -27,11 +27,11 @@ from debian:trixie
entrypoint ["/bin/dkl-local-server"]
env _uncache=1
run apt update \
run --mount=type=cache,id=debian-trixie-apt,target=/var/cache/apt \
apt update \
&& yes |apt install -y genisoimage gdisk dosfstools util-linux udev binutils systemd \
grub2 grub-pc-bin grub-efi-amd64-bin ca-certificates curl openssh-client qemu-utils wireguard-tools \
erofs-utils erofsfuse cryptsetup systemd-boot-efi \
&& apt clean
erofs-utils erofsfuse cryptsetup systemd-boot-efi mtools
copy --from=dkl /bin/dkl /bin/dls /bin/
copy --from=build /src/dist/ /bin/