Skip to content

Commit

Permalink
Merge pull request #46 from kononovn/ssh_pass_container
Browse files Browse the repository at this point in the history
Containerfile: added sshpass package
  • Loading branch information
kononovn authored Feb 25, 2025
2 parents 8c5925f + b805fef commit 808d838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM registry.access.redhat.com/ubi9/ubi
# Install required packages
RUN dnf -y install \
git \
sshpass \
python3 \
python3-pip \
&& dnf clean all
Expand Down

0 comments on commit 808d838

Please sign in to comment.