Update Containerfile

This commit is contained in:
humocs-man
2026-03-12 20:28:44 +01:00
committed by GitHub
parent d5e27bbc38
commit 3004c38ef8
+3 -1
View File
@@ -63,7 +63,9 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
/ctx/build/10-build.sh /ctx/build/10-build.sh
COPY files/ / COPY files/ /
RUN systemctl --global enable firstboot-setup.service RUN chmod +x /usr/libexec/firstboot-setup.sh
RUN systemctl enable firstboot-setup.service
### LINTING ### LINTING
## Verify final image and contents are correct. ## Verify final image and contents are correct.
RUN bootc container lint RUN bootc container lint