Skip to content

Commit ba9a13e

Browse files
thozzacroissanne
authored andcommitted
Packer: install 'rsync' in the ubi-packer container
The build of the image fails in AppInfra when fetching RPMs on non-existence of rsync command. Signed-off-by: Tomáš Hozza <[email protected]>
1 parent 88fc258 commit ba9a13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/Dockerfile-ubi-packer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
22

33
RUN curl --location --output /etc/yum.repos.d/hashicorp.repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
4-
RUN microdnf install -y packer openssh-clients unzip python3 python3-pip
4+
RUN microdnf install -y packer openssh-clients unzip python3 python3-pip rsync
55

66
RUN pip3 install ansible
77
RUN ansible-galaxy collection install ansible.posix

0 commit comments

Comments
 (0)