Remove duplicate COPY command in Containerfile

Removed duplicate COPY command for files.
This commit is contained in:
humocs-man
2026-03-14 21:56:41 +01:00
committed by GitHub
parent 21ea725f48
commit 6f1b8c54db
-1
View File
@@ -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 && \