merged system layer support
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from novit.tech/direktil/dkl:bbea9b9 as dkl
|
||||
from novit.tech/direktil/dkl:v1.2.0 as dkl
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
from golang:1.25.5-trixie as build
|
||||
from golang:1.26.1-trixie as build
|
||||
|
||||
run apt-get update && apt-get install -y git
|
||||
|
||||
@@ -29,6 +30,7 @@ env _uncache=1
|
||||
run apt-get update \
|
||||
&& yes |apt-get 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 \
|
||||
&& apt-get clean
|
||||
|
||||
copy --from=dkl /bin/dkl /bin/dls /bin/
|
||||
|
||||
Reference in New Issue
Block a user