5 lines
185 B
Text
5 lines
185 B
Text
|
FROM scratch
|
||
|
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
|
||
|
COPY --chmod=0755 --from=localhost/cosmo-bootstrap /usr/bin/ape /bin/ape
|
||
|
ENTRYPOINT ["/bin/busybox"]
|