From 48f1ce23d72dc6d64664ec15d97d66ea6dd23a18 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sat, 4 Jan 2025 18:54:57 -0300 Subject: [PATCH] chore: add ostree container commit there and fix bootc typo (#45) --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c30c336..94354eb 100644 --- a/Containerfile +++ b/Containerfile @@ -17,4 +17,6 @@ COPY build.sh /tmp/build.sh RUN mkdir -p /var/lib/alternatives && \ /tmp/build.sh && \ - ostree container lint + ostree container commit && \ + bootc container lint +