Containerfile: add musl to enclave
This commit is contained in:
parent
d7f1621ab4
commit
622e718107
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue