Fix Docker image build by avoiding loop devices and installing udev

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-29 19:39:56 +00:00
parent e2a3a2a862
commit dfa5b2f414
3 changed files with 232 additions and 68 deletions

View File

@@ -16,5 +16,6 @@ apt-get install -y \
grub-common \
wget \
busybox-static \
kmod
kmod \
udev
rm -rf /var/lib/apt/lists/*