Update Containerfile
This commit is contained in:
+3
-2
@@ -63,8 +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 chmod +x /usr/libexec/firstboot-setup.sh
|
RUN chmod +x /etc/skel/.config/firstboot/firstboot-setup.sh && \
|
||||||
RUN systemctl enable firstboot-setup.service
|
systemctl --global enable firstboot-user.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
|
||||||
|
|||||||
Reference in New Issue
Block a user