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.
2 parents a4e50d6 + 7e305e5 commit 09a67e5Copy full SHA for 09a67e5
Dockerfile
@@ -11,7 +11,7 @@
11
12
FROM registry.access.redhat.com/ubi8/ubi-minimal as builder
13
14
-RUN microdnf update && microdnf install util-linux curl tar
+RUN microdnf update -y && microdnf install util-linux curl tar
15
16
ARG USERNAME
17
ARG PASSWORD
@@ -31,7 +31,7 @@ RUN mkdir -p /opt/ibm/ace-12 \
31
32
FROM registry.access.redhat.com/ubi8/ubi-minimal
33
34
-RUN microdnf update && microdnf install findutils util-linux && microdnf clean all
+RUN microdnf update -y && microdnf install findutils util-linux && microdnf clean all
35
36
# Force reinstall tzdata package to get zoneinfo files
37
RUN microdnf reinstall tzdata -y
0 commit comments