add unbourne
This commit is contained in:
parent
ec1a1a0d26
commit
f5f657d3ed
2 changed files with 13 additions and 1 deletions
|
@ -52,7 +52,7 @@ build() { : \
|
|||
&& echo build cosmo-python \
|
||||
&& echo build cosmo-quickjs \
|
||||
&& echo build cosmo-sqlite \
|
||||
&& echo build cosmo-unbourne \
|
||||
&& build cosmo-unbourne \
|
||||
`# phase 5` \
|
||||
&& build cosmo-kuroko \
|
||||
&& build cosmo-muon \
|
||||
|
|
12
cosmo-unbourne/Dockerfile
Normal file
12
cosmo-unbourne/Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
FROM cosmo-bootstrap AS builder
|
||||
RUN --mount=type=tmpfs,target=/tmp : \
|
||||
&& . ./env \
|
||||
&& ./expand ./makeit e//unbourne.com \
|
||||
&& ./expand cp -t /usr/bin e//unbourne.com e//unbourne.com.dbg \
|
||||
;
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/build/bootstrap/ape.elf /bin/ape
|
||||
COPY --chmod=0755 --from=builder /usr/bin/unbourne.com /usr/bin/unbourne.com.dbg /bin/
|
||||
ENTRYPOINT ["/bin/ape", "/bin/unbourne.com"]
|
Loading…
Reference in a new issue