mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
Add BusyBox verification to test script and documentation
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user