diff --git a/Containerfile b/Containerfile index 4bfaf00..4453cf9 100644 --- a/Containerfile +++ b/Containerfile @@ -13,13 +13,8 @@ ARG REPOS_IMAGE=quay.io/fedora/fedora:rawhide FROM $REPOS_IMAGE as repos # BOOTSTRAPPING: This can be any image that has rpm-ostree and selinux-policy-targeted. -FROM quay.io/fedora/fedora:41 as builder -# However we also pull rpm-ostree from git main to get some fixes for now -RUN <