Skip to content

Commit a86d875

Browse files
committed
fixup! drop copy bib/data from Containerfile
1 parent 7cd20c3 commit a86d875

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Containerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ COPY ./group_osbuild-osbuild-fedora.repo /etc/yum.repos.d/
1616
COPY ./package-requires.txt .
1717
RUN grep -vE '^#' package-requires.txt | xargs dnf install -y && rm -f package-requires.txt && dnf clean all
1818
COPY --from=builder /build/bin/* /usr/bin/
19-
COPY bib/data /usr/share/bootc-image-builder
2019

2120
ENTRYPOINT ["/usr/bin/bootc-image-builder"]
2221
VOLUME /output

0 commit comments

Comments
 (0)