Skip to content

Commit 3430c51

Browse files
committed
Add -y to microdnf update
Signed-off-by: fxiang1 <fxiang@redhat.com>
1 parent 31e9061 commit 3430c51

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN make -f Makefile build
66

77
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
88

9-
RUN microdnf update && \
9+
RUN microdnf update -y && \
1010
microdnf clean all
1111

1212
ENV OPERATOR=/usr/local/bin/cluster-permission \

Dockerfile.rhtap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN rm -fr vendor && \
88

99
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
1010

11-
RUN microdnf update && \
11+
RUN microdnf update -y && \
1212
microdnf clean all
1313

1414
ENV OPERATOR=/usr/local/bin/cluster-permission \

0 commit comments

Comments
 (0)