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.
1 parent 88fc258 commit ba9a13eCopy full SHA for ba9a13e
distribution/Dockerfile-ubi-packer
@@ -1,7 +1,7 @@
1
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
2
3
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
+RUN microdnf install -y packer openssh-clients unzip python3 python3-pip rsync
5
6
RUN pip3 install ansible
7
RUN ansible-galaxy collection install ansible.posix
0 commit comments