We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954fafc commit 2393f6cCopy full SHA for 2393f6c
.github/workflows/devel.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
rm -rf /var/lib/apt/lists/*
41
sed -i 's/jammy/noble/g' /etc/apt/sources.list
42
- apt-get update && apt-get install --reinstall sudo debootstrap mtools dosfstools qemu-user-static binfmt-support dpkg-dev bubblewrap curl -y
+ apt-get update && apt-get install --reinstall sudo debootstrap mtools dosfstools qemu-user-static binfmt-support dpkg-dev systemd-container -y
43
ln -sfn /usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/noble
44
dpkg -i debs/live-build_*_all.deb
45
mv /usr/share/debootstrap/functions functions
0 commit comments