There was an error while loading. Please reload this page.
1 parent 31e9061 commit 3430c51Copy full SHA for 3430c51
2 files changed
Dockerfile
@@ -6,7 +6,7 @@ RUN make -f Makefile build
6
7
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
8
9
-RUN microdnf update && \
+RUN microdnf update -y && \
10
microdnf clean all
11
12
ENV OPERATOR=/usr/local/bin/cluster-permission \
Dockerfile.rhtap
@@ -8,7 +8,7 @@ RUN rm -fr vendor && \
13
14
0 commit comments