From 622e718107eb4421a405a2d0ae86188b67ba7a93 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 31 Aug 2025 22:46:29 -0400 Subject: [PATCH] Containerfile: add musl to enclave --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index ed315ed..284a90c 100644 --- a/Containerfile +++ b/Containerfile @@ -49,6 +49,7 @@ COPY rootfs rootfs # NOTE: Caddy example specific COPY --from=user-caddy . rootfs +COPY --from=core-musl . rootfs COPY --from=user-socat . rootfs COPY <<-EOF rootfs/etc/hosts