mirror of
https://github.com/outbackdingo/ucore.git
synced 2026-01-27 10:20:49 +00:00
fix: System files copy of /etc dir (#260)
Signed-off-by: Freya Gustavsson <freya@venefilyn.se>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user