Add BusyBox verification to test script and documentation

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-29 19:33:22 +00:00
parent d39abbc677
commit 3c29a7c3c2
3 changed files with 61 additions and 4 deletions

View File

@@ -23,7 +23,9 @@ FROM alpine:3.19
COPY scripts/docker-install-packages.sh /tmp/
RUN /tmp/docker-install-packages.sh
# Note: Alpine includes busybox by default
# Alpine Linux includes BusyBox by default
# BusyBox provides: shell (sh), networking (udhcpc, ip, ping, wget), and core utilities
# This is verified by the test.sh script which shows BusyBox version and available applets
# Create minimal rootfs structure
COPY scripts/docker-setup-rootfs.sh /tmp/