Skip to content

Commit

Permalink
Merge pull request #200 from ot4i/acceptupgrade
Browse files Browse the repository at this point in the history
Update Dockerfile so we accept the microdnf upgrade
  • Loading branch information
IBMRob authored Nov 13, 2023
2 parents a4e50d6 + 7e305e5 commit 09a67e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

RUN microdnf update && microdnf install util-linux curl tar
RUN microdnf update -y && microdnf install util-linux curl tar

ARG USERNAME
ARG PASSWORD
Expand All @@ -31,7 +31,7 @@ RUN mkdir -p /opt/ibm/ace-12 \

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

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

# Force reinstall tzdata package to get zoneinfo files
RUN microdnf reinstall tzdata -y
Expand Down

0 comments on commit 09a67e5

Please sign in to comment.