From 6f1b8c54db895d8c5b3b9b9c1f4cb282742435de Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 14 Mar 2026 21:56:41 +0100 Subject: [PATCH] Remove duplicate COPY command in Containerfile Removed duplicate COPY command for files. --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index 92772cb..c14a001 100644 --- a/Containerfile +++ b/Containerfile @@ -63,7 +63,6 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \ /ctx/build/10-build.sh COPY files/. / -COPY files/. / RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \ chmod +x /usr/local/bin/install-homebrew.sh && \