stargazing/cosmo-sqlite/Dockerfile
2022-10-14 17:54:35 -07:00

6 lines
304 B
Docker

FROM scratch as runner
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
COPY --chmod=0755 --from=localhost/cosmo-all /cosmopolitan/build/bootstrap/ape.elf /bin/ape
COPY --chmod=0755 --from=localhost/cosmo-all /usr/local/bin/sqlite.* /bin/
ENTRYPOINT ["/bin/ape", "/bin/sqlite.com"]