Skip to content

Commit

Permalink
Restore tar prereq for hypershift
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaiducek authored and openshift-merge-bot[bot] committed Dec 11, 2024
1 parent badb64e commit 6c97f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN wget https://github.com/mikefarah/yq/releases/download/v4.44.2/yq_linux_amd6
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest

RUN microdnf update -y \
&& microdnf install -y rsync findutils \
&& microdnf install -y rsync tar gzip findutils \
&& microdnf clean all

# Copy binaries
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhtap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN wget https://github.com/mikefarah/yq/releases/download/v4.44.2/yq_linux_amd6
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest

RUN microdnf update -y \
&& microdnf install -y rsync findutils \
&& microdnf install -y rsync tar gzip findutils \
&& microdnf clean all

# Copy binaries
Expand Down

0 comments on commit 6c97f9e

Please sign in to comment.