DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 17.77MB Step 1/4 : FROM alpine:latest ---> 28bd5fe8b56d Step 2/4 : COPY runc /usr/local/bin/runc ---> e0e78b2d79ec Step 3/4 : COPY rootfs /bundle/rootfs ---> 3dbf65571dd9 Step 4/4 : RUN chmod +x /usr/local/bin/runc && apk add --no-cache python3 ---> Running in 674070d1ef7b ( 1/17) Installing libbz2 (1.0.8-r6) ( 2/17) Installing libexpat (2.8.2-r0) ( 3/17) Installing libffi (3.5.2-r1) ( 4/17) Installing gdbm (1.26-r0) ( 5/17) Installing xz-libs (5.8.3-r0) ( 6/17) Installing libgcc (15.2.0-r5) ( 7/17) Installing libstdc++ (15.2.0-r5) ( 8/17) Installing mpdecimal (4.0.1-r0) ( 9/17) Installing ncurses-terminfo-base (6.6_p20260516-r0) (10/17) Installing libncursesw (6.6_p20260516-r0) (11/17) Installing libpanelw (6.6_p20260516-r0) (12/17) Installing readline (8.3.3-r1) (13/17) Installing sqlite-libs (3.53.2-r0) (14/17) Installing python3 (3.14.5-r0) (15/17) Installing python3-pycache-pyc0 (3.14.5-r0) (16/17) Installing pyc (3.14.5-r0) (17/17) Installing python3-pyc (3.14.5-r0) Executing busybox-1.37.0-r31.trigger OK: 47.2 MiB in 33 packages ---> Removed intermediate container 674070d1ef7b ---> a4d42a9c0bf8 Successfully built a4d42a9c0bf8 Successfully tagged repro-runc-fixed:latest