chore: add ostree container commit there and fix bootc typo (#45)
This commit is contained in:
parent
6f5b069023
commit
48f1ce23d7
|
|
@ -17,4 +17,6 @@ COPY build.sh /tmp/build.sh
|
||||||
|
|
||||||
RUN mkdir -p /var/lib/alternatives && \
|
RUN mkdir -p /var/lib/alternatives && \
|
||||||
/tmp/build.sh && \
|
/tmp/build.sh && \
|
||||||
ostree container lint
|
ostree container commit && \
|
||||||
|
bootc container lint
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue