mini: fix runner
This commit is contained in:
parent
b88694e0ae
commit
56be1983e5
1 changed files with 1 additions and 3 deletions
|
@ -90,9 +90,7 @@ RUN : \
|
|||
&& CFLAGS="$CFLAGS -Wno-implicit-fallthrough" ofc heatshrink.c \
|
||||
;
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/cosmo /cosmopolitan/bin/ape /bin/ape
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/
|
||||
FROM localhost/rescue AS runner
|
||||
COPY --chmod=0755 --from=mini_endlessh /o/*.com /o/*.com.dbg /bin/
|
||||
COPY --chmod=0755 --from=mini_heatshrink /o/*.com /o/*.com.dbg /bin/
|
||||
COPY --chmod=0755 --from=mini_lr /o/*.com /o/*.com.dbg /bin/
|
||||
|
|
Loading…
Add table
Reference in a new issue