FROM quay.io/fedora/fedora-bootc:44 # Install ZFS # we want to keep ALL dnf downloaded packages in dnf cache, # this is not the default, hackily add it to the config, # assume there is not much in it. should be improved RUN echo 'keepcache=True' >> /etc/dnf/dnf.conf # deps RUN --mount=type=cache,target=/var/cache/libdnf5 <