Skip to content

Commit

Permalink
Merge pull request #626 from ksimon1/ssh-client
Browse files Browse the repository at this point in the history
feat: add ssh client to builder image
  • Loading branch information
ksimon1 authored Oct 22, 2024
2 parents 0ed6686 + f742060 commit f1e5d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM quay.io/fedora/fedora:latest

# Install dependencies and tools
RUN dnf install -y jq ansible python3-gobject python3-openshift python3-pip libosinfo intltool make git findutils expect golang podman
RUN dnf install -y jq ansible python3-gobject python3-openshift python3-pip libosinfo intltool make git findutils expect golang podman openssh-clients sshpass

# Allow writes to /etc/passwd so a user for ansible can be added by CI commands
RUN chmod a+w /etc/passwd
Expand Down

0 comments on commit f1e5d3e

Please sign in to comment.