stagex/packages/ca-certificates/Containerfile

11 lines
266 B
Text
Raw Normal View History

FROM scratch as base
ENV VERSION=20240215
2023-12-16 23:50:40 +00:00
FROM base as install
COPY --from=stagex/busybox . /
2023-12-16 23:50:40 +00:00
COPY cacert.pem /rootfs/etc/ssl/certs/ca-certificates.crt
RUN find /rootfs -exec touch -hcd "@0" "{}" +
FROM stagex/filesystem as package
COPY --from=install /rootfs/. /