4 lines
185 B
Docker
4 lines
185 B
Docker
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"]
|