# This generates the default base image. # This is a local reference by default because we haven't shipped this image yet. FROM localhost/fedora-bootc:base as rootfs # Drop this into /usr/share/doc, so that other things can parse it COPY packages-recommended.txt /usr/share/doc/fedora-bootc/packages-recommended.txt RUN <