Skip to content

Commit

Permalink
Add -y flag to microdnf
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
  • Loading branch information
rsevilla87 committed Jun 16, 2021
1 parent 9b2c209 commit a2e00d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.fedoraproject.org/fedora-minimal:latest as builder

RUN microdnf install golang make git
RUN microdnf install -y --nodocs golang make git && microdnf clean all
COPY . /root/kube-burner
RUN make clean -C /root/kube-burner && make build -C /root/kube-burner

Expand Down

0 comments on commit a2e00d6

Please sign in to comment.