diff --git a/Dockerfile b/Dockerfile index 6f29b10..58c6462 100644 --- a/Dockerfile +++ b/Dockerfile @@ -189,7 +189,7 @@ RUN rm -rf pkg/obj && \ ln -s /go/bin/go /rootfs/usr/bin/go && \ ln -s /go/bin/gofmt /rootfs/usr/bin/gofmt -FROM busybox AS final +FROM core-busybox AS final COPY --from=build-make /rootfs/ / COPY --from=build-binutils /rootfs/ / COPY --from=build-gcc /rootfs/ /