stargazing/rescue/Dockerfile

5 lines
185 B
Docker
Raw Normal View History

2022-10-14 19:25:31 -07:00
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"]