fix: System files copy of /etc dir (#260)

Signed-off-by: Freya Gustavsson <freya@venefilyn.se>
This commit is contained in:
Freya Gustavsson
2025-05-30 23:32:43 +02:00
committed by GitHub
parent 9ee8ee7363
commit ccf08b18ae

View File

@@ -28,7 +28,7 @@ ARG ZFS_TAG="${ZFS_TAG}"
ARG DOCKER_BUILDX_VERSION=0.20.0
ARG DOCKER_COMPOSE_VERSION=v2.32.2
COPY system_files/etc /
COPY system_files/etc /etc
COPY system_files/usr/lib /usr/lib/
COPY system_files/usr/sbin /usr/sbin/
COPY --from=docker.io/docker/buildx-bin:${DOCKER_BUILDX_VERSION} /buildx /usr/libexec/docker/cli-plugins/docker-buildx
@@ -69,4 +69,4 @@ RUN --mount=type=cache,dst=/var/cache/libdnf5 \
--mount=type=cache,dst=/var/cache/rpm-ostree \
--mount=type=bind,from=ctx,src=/,dst=/ctx \
/ctx/install-ucore-hci.sh \
&& /ctx/cleanup.sh
&& /ctx/cleanup.sh