Skip to content

Commit 7e305e5

Browse files
authored
Update Dockerfile
Need to accept microdnf upgrade
1 parent a4e50d6 commit 7e305e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
FROM registry.access.redhat.com/ubi8/ubi-minimal as builder
1313

14-
RUN microdnf update && microdnf install util-linux curl tar
14+
RUN microdnf update -y && microdnf install util-linux curl tar
1515

1616
ARG USERNAME
1717
ARG PASSWORD
@@ -31,7 +31,7 @@ RUN mkdir -p /opt/ibm/ace-12 \
3131

3232
FROM registry.access.redhat.com/ubi8/ubi-minimal
3333

34-
RUN microdnf update && microdnf install findutils util-linux && microdnf clean all
34+
RUN microdnf update -y && microdnf install findutils util-linux && microdnf clean all
3535

3636
# Force reinstall tzdata package to get zoneinfo files
3737
RUN microdnf reinstall tzdata -y

0 commit comments

Comments
 (0)