Containerfile: add musl to enclave

This commit is contained in:
Ryan Heywood 2025-08-31 22:46:29 -04:00
parent d7f1621ab4
commit 622e718107
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ COPY rootfs rootfs
# NOTE: Caddy example specific # NOTE: Caddy example specific
COPY --from=user-caddy . rootfs COPY --from=user-caddy . rootfs
COPY --from=core-musl . rootfs
COPY --from=user-socat . rootfs COPY --from=user-socat . rootfs
COPY <<-EOF rootfs/etc/hosts COPY <<-EOF rootfs/etc/hosts