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

Commit

Permalink
Add build deps for ansible-pylibssh (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jan 17, 2024
1 parent b21fa7e commit 01932cc
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit 01932cc

Please sign in to comment.