diff --git a/cosmo/Dockerfile b/cosmo/Dockerfile index 761bade..2a07608 100644 --- a/cosmo/Dockerfile +++ b/cosmo/Dockerfile @@ -20,6 +20,7 @@ WORKDIR /cosmopolitan # tell makefiles to be less noisy, also use /tmp: ENV V=0 COLUMNS=80 TMPDIR=/tmp +COPY --chmod=0755 make.com build/bootstrap/make.com COPY --chmod=0755 --from=localhost/notwa-util /nu/ /usr/bin/ RUN : \ # allow optimized builds to be more portable, so the container is too. \ diff --git a/cosmo/make.com b/cosmo/make.com new file mode 100755 index 0000000..d11f22a Binary files /dev/null and b/cosmo/make.com differ