parent
3e57c498fa
commit
91ed69fa44
@ -189,7 +189,8 @@ RUN rm -rf pkg/obj && \
|
|||||||
ln -s /go/bin/go /rootfs/usr/bin/go && \
|
ln -s /go/bin/go /rootfs/usr/bin/go && \
|
||||||
ln -s /go/bin/gofmt /rootfs/usr/bin/gofmt
|
ln -s /go/bin/gofmt /rootfs/usr/bin/gofmt
|
||||||
|
|
||||||
FROM core-busybox AS final
|
FROM scratch AS final
|
||||||
|
COPY --from=core-busybox / /
|
||||||
COPY --from=build-make /rootfs/ /
|
COPY --from=build-make /rootfs/ /
|
||||||
COPY --from=build-binutils /rootfs/ /
|
COPY --from=build-binutils /rootfs/ /
|
||||||
COPY --from=build-gcc /rootfs/ /
|
COPY --from=build-gcc /rootfs/ /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user