From 86022a405a0e103ac7cdd429aa787c5265d5916c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 13 May 2023 01:17:48 -0700 Subject: [PATCH] add some notes to self --- cosmo-kuroko/Dockerfile | 1 + notwa-util/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/cosmo-kuroko/Dockerfile b/cosmo-kuroko/Dockerfile index 523d540..a2c2b76 100644 --- a/cosmo-kuroko/Dockerfile +++ b/cosmo-kuroko/Dockerfile @@ -109,6 +109,7 @@ int main(int argc, char * argv[]) {\n\ }\n\ ' +# FIXME?: https://github.com/kuroko-lang/kuroko/commit/e26391bc2f84d81d5d1982e20977ca33e7748651 RUN tar zxf /cosmopolitan/dist/headers.tar.gz -C /cosmopolitan COPY --chmod=0755 --from=localhost/notwa-util /nu/cosmocc /usr/bin/ RUN : \ diff --git a/notwa-util/Dockerfile b/notwa-util/Dockerfile index 740a387..c06eaa4 100644 --- a/notwa-util/Dockerfile +++ b/notwa-util/Dockerfile @@ -12,6 +12,7 @@ FROM partial as downloader # this demonstrates how to use the `acquire` script. ARG BUSYBOX_VERSION=1.36.0 ARG BUSYBOX_SHA256=542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5 +# https://git.alpinelinux.org/aports/tree/main/busybox/APKBUILD RUN --mount=type=cache,id=common,target=/media/common,sharing=locked \ --mount=type=tmpfs,target=/tmp : \ && name=busybox \