Update Containerfile

This commit is contained in:
humocs-man
2026-03-12 21:24:46 +01:00
committed by GitHub
parent 24871d49d7
commit 2b46524a42
+3 -2
View File
@@ -63,8 +63,9 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
/ctx/build/10-build.sh
COPY files/ /
RUN chmod +x /usr/libexec/firstboot-setup.sh
RUN systemctl enable firstboot-setup.service
RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \
systemctl --global enable firstboot-user.service
### LINTING
## Verify final image and contents are correct.
RUN bootc container lint