diff --git a/ucore/Containerfile b/ucore/Containerfile index bdb024f..672cf6e 100644 --- a/ucore/Containerfile +++ b/ucore/Containerfile @@ -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 \ No newline at end of file + && /ctx/cleanup.sh