Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Add build deps for ansible-pylibssh #375

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion base/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ RUN \
microdnf -y upgrade && \
microdnf install -y \
dumb-init \
# ansible-pylibssh needs:
gcc \
git-core \
# ansible-pylibssh needs:
libssh-devel \
podman \
python3 \
python3-bcrypt \
Expand All @@ -30,4 +34,4 @@ python3-pyrsistent \
python3-pyyaml \
python3-ruamel-yaml \
python3-wheel \
&& microdnf clean all
&& microdnf clean all
Loading