We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd20c3 commit a86d875Copy full SHA for a86d875
Containerfile
@@ -16,7 +16,6 @@ COPY ./group_osbuild-osbuild-fedora.repo /etc/yum.repos.d/
16
COPY ./package-requires.txt .
17
RUN grep -vE '^#' package-requires.txt | xargs dnf install -y && rm -f package-requires.txt && dnf clean all
18
COPY --from=builder /build/bin/* /usr/bin/
19
-COPY bib/data /usr/share/bootc-image-builder
20
21
ENTRYPOINT ["/usr/bin/bootc-image-builder"]
22
VOLUME /output
0 commit comments